Shades of Slate Blue #8055DB
Tints of Slate Blue #8055DB
RGB
CMYK
RGB Variations
Color information
#8055DB (or 0x8055DB) is known color: Slate Blue. HEX triplet: 80, 55 and DB. RGB value is (128,85,219). Sum of RGB (Red+Green+Blue) = 128+85+219=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8055DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055DB is #7FAA24. Grayscale: #707070. Windows color (decimal): -8366629 or 14374272. OLE color: 14374272.
HSL color Cylindrical-coordinate representation of color #8055DB: hue angle of 259.25º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8055DB is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 85 | 219 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 259.25º | 0.65% | 0.6% | - |
| HSV(B) | 259.25º | 0.61% | 0.86% | - |
| XYZ | 24.94 | 16.2 | 68.83 | - |
| YUV | 113.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 219 | 0.42 | 0.61 | 0 | 0.14 | 259.25 | 0.65 | 0.6 |
| Hex | 80 | 55 | DB | 2A | 3D | 0 | E | 103 | 41 | 3C |
| Octal | 200 | 125 | 333 | 52 | 75 | 0 | 16 | 403 | 101 | 74 |
| Binary | 10000000 | 1010101 | 11011011 | 101010 | 111101 | 0 | 1110 | 100000011 | 1000001 | 111100 |
Color Harmonies of #8055DB
Complementary color
Monochromatic Colors of #8055DB
Black with #8055DB
Text Example
Text Example
White with #8055DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055DB; }
p { color: rgb(128,85,219); }
H1.HeaderClassName
{
color: #8055DB;
}
.AnyTagClassName
{
color: #8055DB;
}
</style>
background-color css
<style>
a { background-color: #8055DB; }
a { background-color: rgb(128,85,219); }
div.DivClassName
{
background-color: #8055DB;
}
.BgClassName
{
background-color: #8055DB;
}
</style>
border-color css
<style>
span { border-color: #8055DB; }
span { border-color: rgb(128,85,219); }
td.TdClassName
{
border-color: #8055DB;
}
.TagClassName
{
border-color: #8055DB;
}
</style>