Shades of Slate Blue #724BDC
Tints of Slate Blue #724BDC
RGB
CMYK
RGB Variations
Color information
#724BDC (or 0x724BDC) is known color: Slate Blue. HEX triplet: 72, 4B and DC. RGB value is (114,75,220). Sum of RGB (Red+Green+Blue) = 114+75+220=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #724BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BDC is #8DB423. Grayscale: #666666. Windows color (decimal): -9286692 or 14437234. OLE color: 14437234.
HSL color Cylindrical-coordinate representation of color #724BDC: hue angle of 256.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #724BDC is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 75 | 220 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.14 |
| HSL | 256.14º | 0.67% | 0.58% | - |
| HSV(B) | 256.14º | 0.66% | 0.86% | - |
| XYZ | 22.37 | 13.78 | 69.19 | - |
| YUV | 103.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 220 | 0.48 | 0.66 | 0 | 0.14 | 256.14 | 0.67 | 0.58 |
| Hex | 72 | 4B | DC | 30 | 42 | 0 | E | 100 | 43 | 3A |
| Octal | 162 | 113 | 334 | 60 | 102 | 0 | 16 | 400 | 103 | 72 |
| Binary | 1110010 | 1001011 | 11011100 | 110000 | 1000010 | 0 | 1110 | 100000000 | 1000011 | 111010 |
Color Harmonies of #724BDC
Complementary color
Monochromatic Colors of #724BDC
Black with #724BDC
Text Example
Text Example
White with #724BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BDC; }
p { color: rgb(114,75,220); }
H1.HeaderClassName
{
color: #724BDC;
}
.AnyTagClassName
{
color: #724BDC;
}
</style>
background-color css
<style>
a { background-color: #724BDC; }
a { background-color: rgb(114,75,220); }
div.DivClassName
{
background-color: #724BDC;
}
.BgClassName
{
background-color: #724BDC;
}
</style>
border-color css
<style>
span { border-color: #724BDC; }
span { border-color: rgb(114,75,220); }
td.TdClassName
{
border-color: #724BDC;
}
.TagClassName
{
border-color: #724BDC;
}
</style>