#724DC6

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

Shades of Slate Blue #724DC6

Tints of Slate Blue #724DC6

Color information

#724DC6 (or 0x724DC6) is unknown color: approx Slate Blue. HEX triplet: 72, 4D and C6. RGB value is (114,77,198). Sum of RGB (Red+Green+Blue) = 114+77+198=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #724DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DC6 is #8DB239. Grayscale: #656565. Windows color (decimal): -9286202 or 12995954. OLE color: 12995954.

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

Color convert

RGB11477198-
CMYK0.420.6100.22
HSL258.35º51.49%53.92%-
HSV(B)258.35º61.11%77.65%-
XYZ19.7912.9654.89-
YUV101.86182.26136.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 198 (77.73% from 255) = 50.90%
R=29.31%
G=19.79%
B=50.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114771980.420.6100.22258.3551.4953.92
Hex724DC62A3D0161023336
Octal16211530652750264026366
Binary1110010100110111000110101010111101010110100000010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,198); }

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

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

 a { background-color: rgb(114,77,198); }

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

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

 span { border-color: rgb(114,77,198); }

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