Shades of Slate Blue #8051DB
Tints of Slate Blue #8051DB
RGB
CMYK
RGB Variations
Color information
#8051DB (or 0x8051DB) is known color: Slate Blue. HEX triplet: 80, 51 and DB. RGB value is (128,81,219). Sum of RGB (Red+Green+Blue) = 128+81+219=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 81 (32.03% from 255 or 18.93% 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 #8051DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051DB is #7FAE24. Grayscale: #6E6E6E. Windows color (decimal): -8367653 or 14373248. OLE color: 14373248.
HSL color Cylindrical-coordinate representation of color #8051DB: hue angle of 260.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8051DB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 81 | 219 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.14 |
| HSL | 260.43º | 0.66% | 0.59% | - |
| HSV(B) | 260.43º | 0.63% | 0.86% | - |
| XYZ | 24.63 | 15.59 | 68.73 | - |
| YUV | 110.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 219 | 0.42 | 0.63 | 0 | 0.14 | 260.43 | 0.66 | 0.59 |
| Hex | 80 | 51 | DB | 2A | 3F | 0 | E | 104 | 42 | 3B |
| Octal | 200 | 121 | 333 | 52 | 77 | 0 | 16 | 404 | 102 | 73 |
| Binary | 10000000 | 1010001 | 11011011 | 101010 | 111111 | 0 | 1110 | 100000100 | 1000010 | 111011 |
Color Harmonies of #8051DB
Complementary color
Monochromatic Colors of #8051DB
Black with #8051DB
Text Example
Text Example
White with #8051DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051DB; }
p { color: rgb(128,81,219); }
H1.HeaderClassName
{
color: #8051DB;
}
.AnyTagClassName
{
color: #8051DB;
}
</style>
background-color css
<style>
a { background-color: #8051DB; }
a { background-color: rgb(128,81,219); }
div.DivClassName
{
background-color: #8051DB;
}
.BgClassName
{
background-color: #8051DB;
}
</style>
border-color css
<style>
span { border-color: #8051DB; }
span { border-color: rgb(128,81,219); }
td.TdClassName
{
border-color: #8051DB;
}
.TagClassName
{
border-color: #8051DB;
}
</style>