Shades of Slate Blue #724BCB
Tints of Slate Blue #724BCB
RGB
CMYK
RGB Variations
Color information
#724BCB (or 0x724BCB) is known color: Slate Blue. HEX triplet: 72, 4B and CB. RGB value is (114,75,203). Sum of RGB (Red+Green+Blue) = 114+75+203=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #724BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BCB is #8DB434. Grayscale: #646464. Windows color (decimal): -9286709 or 13323122. OLE color: 13323122.
HSL color Cylindrical-coordinate representation of color #724BCB: hue angle of 258.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724BCB is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 75 | 203 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.20 |
| HSL | 258.28º | 0.55% | 0.55% | - |
| HSV(B) | 258.28º | 0.63% | 0.8% | - |
| XYZ | 20.24 | 12.92 | 57.93 | - |
| YUV | 101.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 203 | 0.44 | 0.63 | 0 | 0.20 | 258.28 | 0.55 | 0.55 |
| Hex | 72 | 4B | CB | 2C | 3F | 0 | 14 | 102 | 37 | 37 |
| Octal | 162 | 113 | 313 | 54 | 77 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110010 | 1001011 | 11001011 | 101100 | 111111 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #724BCB
Complementary color
Monochromatic Colors of #724BCB
Black with #724BCB
Text Example
Text Example
White with #724BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BCB; }
p { color: rgb(114,75,203); }
H1.HeaderClassName
{
color: #724BCB;
}
.AnyTagClassName
{
color: #724BCB;
}
</style>
background-color css
<style>
a { background-color: #724BCB; }
a { background-color: rgb(114,75,203); }
div.DivClassName
{
background-color: #724BCB;
}
.BgClassName
{
background-color: #724BCB;
}
</style>
border-color css
<style>
span { border-color: #724BCB; }
span { border-color: rgb(114,75,203); }
td.TdClassName
{
border-color: #724BCB;
}
.TagClassName
{
border-color: #724BCB;
}
</style>