Shades of Slate Blue #725FDB
Tints of Slate Blue #725FDB
RGB
CMYK
RGB Variations
Color information
#725FDB (or 0x725FDB) is known color: Slate Blue. HEX triplet: 72, 5F and DB. RGB value is (114,95,219). Sum of RGB (Red+Green+Blue) = 114+95+219=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #725FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FDB is #8DA024. Grayscale: #727272. Windows color (decimal): -9281573 or 14376818. OLE color: 14376818.
HSL color Cylindrical-coordinate representation of color #725FDB: hue angle of 249.19º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725FDB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 95 | 219 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.14 |
| HSL | 249.19º | 0.63% | 0.62% | - |
| HSV(B) | 249.19º | 0.57% | 0.86% | - |
| XYZ | 23.82 | 16.88 | 69.02 | - |
| YUV | 114.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 219 | 0.48 | 0.57 | 0 | 0.14 | 249.19 | 0.63 | 0.62 |
| Hex | 72 | 5F | DB | 30 | 39 | 0 | E | F9 | 3F | 3E |
| Octal | 162 | 137 | 333 | 60 | 71 | 0 | 16 | 371 | 77 | 76 |
| Binary | 1110010 | 1011111 | 11011011 | 110000 | 111001 | 0 | 1110 | 11111001 | 111111 | 111110 |
Color Harmonies of #725FDB
Complementary color
Monochromatic Colors of #725FDB
Black with #725FDB
Text Example
Text Example
White with #725FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FDB; }
p { color: rgb(114,95,219); }
H1.HeaderClassName
{
color: #725FDB;
}
.AnyTagClassName
{
color: #725FDB;
}
</style>
background-color css
<style>
a { background-color: #725FDB; }
a { background-color: rgb(114,95,219); }
div.DivClassName
{
background-color: #725FDB;
}
.BgClassName
{
background-color: #725FDB;
}
</style>
border-color css
<style>
span { border-color: #725FDB; }
span { border-color: rgb(114,95,219); }
td.TdClassName
{
border-color: #725FDB;
}
.TagClassName
{
border-color: #725FDB;
}
</style>