#724CC9

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

Shades of Slate Blue #724CC9

Tints of Slate Blue #724CC9

Color information

#724CC9 (or 0x724CC9) is unknown color: approx Slate Blue. HEX triplet: 72, 4C and C9. RGB value is (114,76,201). Sum of RGB (Red+Green+Blue) = 114+76+201=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #724CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CC9 is #8DB336. Grayscale: #656565. Windows color (decimal): -9286455 or 13192306. OLE color: 13192306.

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

Color convert

RGB11476201-
CMYK0.430.6200.21
HSL258.24º53.65%54.31%-
HSV(B)258.24º62.19%78.82%-
XYZ20.0712.9656.7-
YUV101.61184.09136.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=29.16%
G=19.44%
B=51.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114762010.430.6200.21258.2453.6554.31
Hex724CC92B3E0151023636
Octal16211431153760254026666
Binary1110010100110011001001101011111110010101100000010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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