Shades of Slate Blue #724FCF
Tints of Slate Blue #724FCF
RGB
CMYK
RGB Variations
Color information
#724FCF (or 0x724FCF) is known color: Slate Blue. HEX triplet: 72, 4F and CF. RGB value is (114,79,207). Sum of RGB (Red+Green+Blue) = 114+79+207=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #724FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FCF is #8DB030. Grayscale: #676767. Windows color (decimal): -9285681 or 13586290. OLE color: 13586290.
HSL color Cylindrical-coordinate representation of color #724FCF: hue angle of 256.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724FCF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 79 | 207 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.19 |
| HSL | 256.41º | 0.57% | 0.56% | - |
| HSV(B) | 256.41º | 0.62% | 0.81% | - |
| XYZ | 21 | 13.67 | 60.56 | - |
| YUV | 104.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 207 | 0.45 | 0.62 | 0 | 0.19 | 256.41 | 0.57 | 0.56 |
| Hex | 72 | 4F | CF | 2D | 3E | 0 | 13 | 100 | 39 | 38 |
| Octal | 162 | 117 | 317 | 55 | 76 | 0 | 23 | 400 | 71 | 70 |
| Binary | 1110010 | 1001111 | 11001111 | 101101 | 111110 | 0 | 10011 | 100000000 | 111001 | 111000 |
Color Harmonies of #724FCF
Complementary color
Monochromatic Colors of #724FCF
Black with #724FCF
Text Example
Text Example
White with #724FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FCF; }
p { color: rgb(114,79,207); }
H1.HeaderClassName
{
color: #724FCF;
}
.AnyTagClassName
{
color: #724FCF;
}
</style>
background-color css
<style>
a { background-color: #724FCF; }
a { background-color: rgb(114,79,207); }
div.DivClassName
{
background-color: #724FCF;
}
.BgClassName
{
background-color: #724FCF;
}
</style>
border-color css
<style>
span { border-color: #724FCF; }
span { border-color: rgb(114,79,207); }
td.TdClassName
{
border-color: #724FCF;
}
.TagClassName
{
border-color: #724FCF;
}
</style>