#724ECA

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

Shades of Slate Blue #724ECA

Tints of Slate Blue #724ECA

Color information

#724ECA (or 0x724ECA) is unknown color: approx Slate Blue. HEX triplet: 72, 4E and CA. RGB value is (114,78,202). Sum of RGB (Red+Green+Blue) = 114+78+202=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #724ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ECA is #8DB135. Grayscale: #666666. Windows color (decimal): -9285942 or 13258354. OLE color: 13258354.

HSL color Cylindrical-coordinate representation of color #724ECA: hue angle of 257.42º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724ECA is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11478202-
CMYK0.440.6100.21
HSL257.42º53.91%54.9%-
HSV(B)257.42º61.39%79.22%-
XYZ20.3213.2957.37-
YUV102.9183.93135.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=28.93%
G=19.80%
B=51.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114782020.440.6100.21257.4253.9154.9
Hex724ECA2C3D0151013637
Octal16211631254750254016667
Binary1110010100111011001010101100111101010101100000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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