Shades of Slate Blue #724CCF
Tints of Slate Blue #724CCF
RGB
CMYK
RGB Variations
Color information
#724CCF (or 0x724CCF) is known color: Slate Blue. HEX triplet: 72, 4C and CF. RGB value is (114,76,207). Sum of RGB (Red+Green+Blue) = 114+76+207=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #724CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CCF is #8DB330. Grayscale: #656565. Windows color (decimal): -9286449 or 13585522. OLE color: 13585522.
HSL color Cylindrical-coordinate representation of color #724CCF: hue angle of 257.4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724CCF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 76 | 207 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.19 |
| HSL | 257.4º | 0.58% | 0.55% | - |
| HSV(B) | 257.4º | 0.63% | 0.81% | - |
| XYZ | 20.79 | 13.25 | 60.49 | - |
| YUV | 102.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 207 | 0.45 | 0.63 | 0 | 0.19 | 257.4 | 0.58 | 0.55 |
| Hex | 72 | 4C | CF | 2D | 3F | 0 | 13 | 101 | 3A | 37 |
| Octal | 162 | 114 | 317 | 55 | 77 | 0 | 23 | 401 | 72 | 67 |
| Binary | 1110010 | 1001100 | 11001111 | 101101 | 111111 | 0 | 10011 | 100000001 | 111010 | 110111 |
Color Harmonies of #724CCF
Complementary color
Monochromatic Colors of #724CCF
Black with #724CCF
Text Example
Text Example
White with #724CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CCF; }
p { color: rgb(114,76,207); }
H1.HeaderClassName
{
color: #724CCF;
}
.AnyTagClassName
{
color: #724CCF;
}
</style>
background-color css
<style>
a { background-color: #724CCF; }
a { background-color: rgb(114,76,207); }
div.DivClassName
{
background-color: #724CCF;
}
.BgClassName
{
background-color: #724CCF;
}
</style>
border-color css
<style>
span { border-color: #724CCF; }
span { border-color: rgb(114,76,207); }
td.TdClassName
{
border-color: #724CCF;
}
.TagClassName
{
border-color: #724CCF;
}
</style>