Shades of Slate Blue #8051CD
Tints of Slate Blue #8051CD
RGB
CMYK
RGB Variations
Color information
#8051CD (or 0x8051CD) is known color: Slate Blue. HEX triplet: 80, 51 and CD. RGB value is (128,81,205). Sum of RGB (Red+Green+Blue) = 128+81+205=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #8051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CD is #7FAE32. Grayscale: #6C6C6C. Windows color (decimal): -8367667 or 13455744. OLE color: 13455744.
HSL color Cylindrical-coordinate representation of color #8051CD: hue angle of 262.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8051CD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 81 | 205 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.20 |
| HSL | 262.74º | 0.55% | 0.56% | - |
| HSV(B) | 262.74º | 0.6% | 0.8% | - |
| XYZ | 22.86 | 14.88 | 59.43 | - |
| YUV | 109.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 205 | 0.38 | 0.60 | 0 | 0.20 | 262.74 | 0.55 | 0.56 |
| Hex | 80 | 51 | CD | 26 | 3C | 0 | 14 | 107 | 37 | 38 |
| Octal | 200 | 121 | 315 | 46 | 74 | 0 | 24 | 407 | 67 | 70 |
| Binary | 10000000 | 1010001 | 11001101 | 100110 | 111100 | 0 | 10100 | 100000111 | 110111 | 111000 |
Color Harmonies of #8051CD
Complementary color
Monochromatic Colors of #8051CD
Black with #8051CD
Text Example
Text Example
White with #8051CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051CD; }
p { color: rgb(128,81,205); }
H1.HeaderClassName
{
color: #8051CD;
}
.AnyTagClassName
{
color: #8051CD;
}
</style>
background-color css
<style>
a { background-color: #8051CD; }
a { background-color: rgb(128,81,205); }
div.DivClassName
{
background-color: #8051CD;
}
.BgClassName
{
background-color: #8051CD;
}
</style>
border-color css
<style>
span { border-color: #8051CD; }
span { border-color: rgb(128,81,205); }
td.TdClassName
{
border-color: #8051CD;
}
.TagClassName
{
border-color: #8051CD;
}
</style>