#724CFA

Color #724CFA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #724CFA

Tints of Medium Slate Blue #724CFA

Color information

#724CFA (or 0x724CFA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 4C and FA. RGB value is (114,76,250). Sum of RGB (Red+Green+Blue) = 114+76+250=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #724CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CFA is #8DB305. Grayscale: #6A6A6A. Windows color (decimal): -9286406 or 16403570. OLE color: 16403570.

HSL color Cylindrical-coordinate representation of color #724CFA: hue angle of 253.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724CFA is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11476250-
CMYK0.540.7000.02
HSL253.1º94.57%63.92%-
HSV(B)253.1º69.6%98.04%-
XYZ26.7815.6592.05-
YUV107.2208.59132.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 250 (98.05% from 255) = 56.82%
R=25.91%
G=17.27%
B=56.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114762500.540.7000.02253.194.5763.92
Hex724CFA364602fd5f40
Octal1621143726610602375137100
Binary111001010011001111101011011010001100101111110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724CFA; }

 p { color: rgb(114,76,250); }

 H1.HeaderClassName
 {
   color: #724CFA;
 }
 .AnyTagClassName
 {
   color: #724CFA;
 }
</style>
background-color css

<style>
 a { background-color: #724CFA; }

 a { background-color: rgb(114,76,250); }

 div.DivClassName
 {
   background-color: #724CFA;
 }
 .BgClassName
 {
   background-color: #724CFA;
 }
</style>
border-color css

<style>
 span { border-color: #724CFA; }

 span { border-color: rgb(114,76,250); }

 td.TdClassName
 {
   border-color: #724CFA;
 }
 .TagClassName
 {
   border-color: #724CFA;
 }
</style>