Shades of Slate Blue #785FDB
Tints of Slate Blue #785FDB
RGB
CMYK
RGB Variations
Color information
#785FDB (or 0x785FDB) is known color: Slate Blue. HEX triplet: 78, 5F and DB. RGB value is (120,95,219). Sum of RGB (Red+Green+Blue) = 120+95+219=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #785FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FDB is #87A024. Grayscale: #747474. Windows color (decimal): -8888357 or 14376824. OLE color: 14376824.
HSL color Cylindrical-coordinate representation of color #785FDB: hue angle of 252.1º 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 #785FDB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 95 | 219 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.14 |
| HSL | 252.1º | 0.63% | 0.62% | - |
| HSV(B) | 252.1º | 0.57% | 0.86% | - |
| XYZ | 24.62 | 17.29 | 69.06 | - |
| YUV | 116.61 | 185.78 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 219 | 0.45 | 0.57 | 0 | 0.14 | 252.1 | 0.63 | 0.62 |
| Hex | 78 | 5F | DB | 2D | 39 | 0 | E | FC | 3F | 3E |
| Octal | 170 | 137 | 333 | 55 | 71 | 0 | 16 | 374 | 77 | 76 |
| Binary | 1111000 | 1011111 | 11011011 | 101101 | 111001 | 0 | 1110 | 11111100 | 111111 | 111110 |
Color Harmonies of #785FDB
Complementary color
Monochromatic Colors of #785FDB
Black with #785FDB
Text Example
Text Example
White with #785FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FDB; }
p { color: rgb(120,95,219); }
H1.HeaderClassName
{
color: #785FDB;
}
.AnyTagClassName
{
color: #785FDB;
}
</style>
background-color css
<style>
a { background-color: #785FDB; }
a { background-color: rgb(120,95,219); }
div.DivClassName
{
background-color: #785FDB;
}
.BgClassName
{
background-color: #785FDB;
}
</style>
border-color css
<style>
span { border-color: #785FDB; }
span { border-color: rgb(120,95,219); }
td.TdClassName
{
border-color: #785FDB;
}
.TagClassName
{
border-color: #785FDB;
}
</style>