#724CC3

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

Shades of Slate Blue #724CC3

Tints of Slate Blue #724CC3

Color information

#724CC3 (or 0x724CC3) is unknown color: approx Slate Blue. HEX triplet: 72, 4C and C3. RGB value is (114,76,195). Sum of RGB (Red+Green+Blue) = 114+76+195=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #724CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CC3 is #8DB33C. Grayscale: #646464. Windows color (decimal): -9286461 or 12799090. OLE color: 12799090.

HSL color Cylindrical-coordinate representation of color #724CC3: hue angle of 259.16º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724CC3 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11476195-
CMYK0.420.6100.24
HSL259.16º49.79%53.14%-
HSV(B)259.16º61.03%76.47%-
XYZ19.3712.6953.06-
YUV100.93181.09137.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=29.61%
G=19.74%
B=50.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114761950.420.6100.24259.1649.7953.14
Hex724CC32A3D0181033235
Octal16211430352750304036265
Binary1110010100110011000011101010111101011000100000011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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