Shades of Slate Blue #8051DC
Tints of Slate Blue #8051DC
RGB
CMYK
RGB Variations
Color information
#8051DC (or 0x8051DC) is known color: Slate Blue. HEX triplet: 80, 51 and DC. RGB value is (128,81,220). Sum of RGB (Red+Green+Blue) = 128+81+220=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #8051DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051DC is #7FAE23. Grayscale: #6E6E6E. Windows color (decimal): -8367652 or 14438784. OLE color: 14438784.
HSL color Cylindrical-coordinate representation of color #8051DC: hue angle of 260.29º degrees, saturation: 0.67, 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 #8051DC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 81 | 220 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.14 |
| HSL | 260.29º | 0.67% | 0.59% | - |
| HSV(B) | 260.29º | 0.63% | 0.86% | - |
| XYZ | 24.76 | 15.64 | 69.42 | - |
| YUV | 110.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 220 | 0.42 | 0.63 | 0 | 0.14 | 260.29 | 0.67 | 0.59 |
| Hex | 80 | 51 | DC | 2A | 3F | 0 | E | 104 | 43 | 3B |
| Octal | 200 | 121 | 334 | 52 | 77 | 0 | 16 | 404 | 103 | 73 |
| Binary | 10000000 | 1010001 | 11011100 | 101010 | 111111 | 0 | 1110 | 100000100 | 1000011 | 111011 |
Color Harmonies of #8051DC
Complementary color
Monochromatic Colors of #8051DC
Black with #8051DC
Text Example
Text Example
White with #8051DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051DC; }
p { color: rgb(128,81,220); }
H1.HeaderClassName
{
color: #8051DC;
}
.AnyTagClassName
{
color: #8051DC;
}
</style>
background-color css
<style>
a { background-color: #8051DC; }
a { background-color: rgb(128,81,220); }
div.DivClassName
{
background-color: #8051DC;
}
.BgClassName
{
background-color: #8051DC;
}
</style>
border-color css
<style>
span { border-color: #8051DC; }
span { border-color: rgb(128,81,220); }
td.TdClassName
{
border-color: #8051DC;
}
.TagClassName
{
border-color: #8051DC;
}
</style>