Shades of Slate Blue #724FDB
Tints of Slate Blue #724FDB
RGB
CMYK
RGB Variations
Color information
#724FDB (or 0x724FDB) is known color: Slate Blue. HEX triplet: 72, 4F and DB. RGB value is (114,79,219). Sum of RGB (Red+Green+Blue) = 114+79+219=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #724FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FDB is #8DB024. Grayscale: #686868. Windows color (decimal): -9285669 or 14372722. OLE color: 14372722.
HSL color Cylindrical-coordinate representation of color #724FDB: hue angle of 255º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724FDB is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 79 | 219 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.14 |
| HSL | 255º | 0.66% | 0.58% | - |
| HSV(B) | 255º | 0.64% | 0.86% | - |
| XYZ | 22.52 | 14.28 | 68.59 | - |
| YUV | 105.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 219 | 0.48 | 0.64 | 0 | 0.14 | 255 | 0.66 | 0.58 |
| Hex | 72 | 4F | DB | 30 | 40 | 0 | E | FF | 42 | 3A |
| Octal | 162 | 117 | 333 | 60 | 100 | 0 | 16 | 377 | 102 | 72 |
| Binary | 1110010 | 1001111 | 11011011 | 110000 | 1000000 | 0 | 1110 | 11111111 | 1000010 | 111010 |
Color Harmonies of #724FDB
Complementary color
Monochromatic Colors of #724FDB
Black with #724FDB
Text Example
Text Example
White with #724FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FDB; }
p { color: rgb(114,79,219); }
H1.HeaderClassName
{
color: #724FDB;
}
.AnyTagClassName
{
color: #724FDB;
}
</style>
background-color css
<style>
a { background-color: #724FDB; }
a { background-color: rgb(114,79,219); }
div.DivClassName
{
background-color: #724FDB;
}
.BgClassName
{
background-color: #724FDB;
}
</style>
border-color css
<style>
span { border-color: #724FDB; }
span { border-color: rgb(114,79,219); }
td.TdClassName
{
border-color: #724FDB;
}
.TagClassName
{
border-color: #724FDB;
}
</style>