Shades of Slate Blue #715FDB
Tints of Slate Blue #715FDB
RGB
CMYK
RGB Variations
Color information
#715FDB (or 0x715FDB) is known color: Slate Blue. HEX triplet: 71, 5F and DB. RGB value is (113,95,219). Sum of RGB (Red+Green+Blue) = 113+95+219=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #715FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FDB is #8EA024. Grayscale: #727272. Windows color (decimal): -9347109 or 14376817. OLE color: 14376817.
HSL color Cylindrical-coordinate representation of color #715FDB: hue angle of 248.71º 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 #715FDB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 95 | 219 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.14 |
| HSL | 248.71º | 0.63% | 0.62% | - |
| HSV(B) | 248.71º | 0.57% | 0.86% | - |
| XYZ | 23.69 | 16.81 | 69.01 | - |
| YUV | 114.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 219 | 0.48 | 0.57 | 0 | 0.14 | 248.71 | 0.63 | 0.62 |
| Hex | 71 | 5F | DB | 30 | 39 | 0 | E | F9 | 3F | 3E |
| Octal | 161 | 137 | 333 | 60 | 71 | 0 | 16 | 371 | 77 | 76 |
| Binary | 1110001 | 1011111 | 11011011 | 110000 | 111001 | 0 | 1110 | 11111001 | 111111 | 111110 |
Color Harmonies of #715FDB
Complementary color
Monochromatic Colors of #715FDB
Black with #715FDB
Text Example
Text Example
White with #715FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715FDB; }
p { color: rgb(113,95,219); }
H1.HeaderClassName
{
color: #715FDB;
}
.AnyTagClassName
{
color: #715FDB;
}
</style>
background-color css
<style>
a { background-color: #715FDB; }
a { background-color: rgb(113,95,219); }
div.DivClassName
{
background-color: #715FDB;
}
.BgClassName
{
background-color: #715FDB;
}
</style>
border-color css
<style>
span { border-color: #715FDB; }
span { border-color: rgb(113,95,219); }
td.TdClassName
{
border-color: #715FDB;
}
.TagClassName
{
border-color: #715FDB;
}
</style>