#724EC8

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

Shades of Slate Blue #724EC8

Tints of Slate Blue #724EC8

Color information

#724EC8 (or 0x724EC8) is unknown color: approx Slate Blue. HEX triplet: 72, 4E and C8. RGB value is (114,78,200). Sum of RGB (Red+Green+Blue) = 114+78+200=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #724EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EC8 is #8DB137. Grayscale: #666666. Windows color (decimal): -9285944 or 13127282. OLE color: 13127282.

HSL color Cylindrical-coordinate representation of color #724EC8: hue angle of 257.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724EC8 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11478200-
CMYK0.430.6100.22
HSL257.7º52.59%54.51%-
HSV(B)257.7º61%78.43%-
XYZ20.0913.256.13-
YUV102.67182.93136.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 200 (78.52% from 255) = 51.02%
R=29.08%
G=19.90%
B=51.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114782000.430.6100.22257.752.5954.51
Hex724EC82B3D0161023537
Octal16211631053750264026567
Binary1110010100111011001000101011111101010110100000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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