Shades of Slate Blue #785BDB
Tints of Slate Blue #785BDB
RGB
CMYK
RGB Variations
Color information
#785BDB (or 0x785BDB) is known color: Slate Blue. HEX triplet: 78, 5B and DB. RGB value is (120,91,219). Sum of RGB (Red+Green+Blue) = 120+91+219=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #785BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BDB is #87A424. Grayscale: #717171. Windows color (decimal): -8889381 or 14375800. OLE color: 14375800.
HSL color Cylindrical-coordinate representation of color #785BDB: hue angle of 253.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785BDB is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 91 | 219 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.14 |
| HSL | 253.59º | 0.64% | 0.61% | - |
| HSV(B) | 253.59º | 0.58% | 0.86% | - |
| XYZ | 24.27 | 16.59 | 68.94 | - |
| YUV | 114.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 219 | 0.45 | 0.58 | 0 | 0.14 | 253.59 | 0.64 | 0.61 |
| Hex | 78 | 5B | DB | 2D | 3A | 0 | E | FE | 40 | 3D |
| Octal | 170 | 133 | 333 | 55 | 72 | 0 | 16 | 376 | 100 | 75 |
| Binary | 1111000 | 1011011 | 11011011 | 101101 | 111010 | 0 | 1110 | 11111110 | 1000000 | 111101 |
Color Harmonies of #785BDB
Complementary color
Monochromatic Colors of #785BDB
Black with #785BDB
Text Example
Text Example
White with #785BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BDB; }
p { color: rgb(120,91,219); }
H1.HeaderClassName
{
color: #785BDB;
}
.AnyTagClassName
{
color: #785BDB;
}
</style>
background-color css
<style>
a { background-color: #785BDB; }
a { background-color: rgb(120,91,219); }
div.DivClassName
{
background-color: #785BDB;
}
.BgClassName
{
background-color: #785BDB;
}
</style>
border-color css
<style>
span { border-color: #785BDB; }
span { border-color: rgb(120,91,219); }
td.TdClassName
{
border-color: #785BDB;
}
.TagClassName
{
border-color: #785BDB;
}
</style>