#724EC0

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

Shades of Slate Blue #724EC0

Tints of Slate Blue #724EC0

Color information

#724EC0 (or 0x724EC0) is unknown color: approx Slate Blue. HEX triplet: 72, 4E and C0. RGB value is (114,78,192). Sum of RGB (Red+Green+Blue) = 114+78+192=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #724EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC0 is #8DB13F. Grayscale: #656565. Windows color (decimal): -9285952 or 12602994. OLE color: 12602994.

HSL color Cylindrical-coordinate representation of color #724EC0: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #724EC0 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11478192-
CMYK0.410.5900.25
HSL258.95º47.5%52.94%-
HSV(B)258.95º59.38%75.29%-
XYZ19.1812.8351.34-
YUV101.76178.93136.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 192 (75.39% from 255) = 50%
R=29.69%
G=20.31%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114781920.410.5900.25258.9547.552.94
Hex724EC0293B0191033035
Octal16211630051730314036065
Binary1110010100111011000000101001111011011001100000011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,192); }

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

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

 a { background-color: rgb(114,78,192); }

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

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

 span { border-color: rgb(114,78,192); }

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