Shades of Slate Blue #8051CA
Tints of Slate Blue #8051CA
RGB
CMYK
RGB Variations
Color information
#8051CA (or 0x8051CA) is known color: Slate Blue. HEX triplet: 80, 51 and CA. RGB value is (128,81,202). Sum of RGB (Red+Green+Blue) = 128+81+202=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #8051CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051CA is #7FAE35. Grayscale: #6C6C6C. Windows color (decimal): -8367670 or 13259136. OLE color: 13259136.
HSL color Cylindrical-coordinate representation of color #8051CA: hue angle of 263.31º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8051CA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 81 | 202 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.21 |
| HSL | 263.31º | 0.53% | 0.55% | - |
| HSV(B) | 263.31º | 0.6% | 0.79% | - |
| XYZ | 22.51 | 14.74 | 57.54 | - |
| YUV | 108.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 202 | 0.37 | 0.60 | 0 | 0.21 | 263.31 | 0.53 | 0.55 |
| Hex | 80 | 51 | CA | 25 | 3C | 0 | 15 | 107 | 35 | 37 |
| Octal | 200 | 121 | 312 | 45 | 74 | 0 | 25 | 407 | 65 | 67 |
| Binary | 10000000 | 1010001 | 11001010 | 100101 | 111100 | 0 | 10101 | 100000111 | 110101 | 110111 |
Color Harmonies of #8051CA
Complementary color
Monochromatic Colors of #8051CA
Black with #8051CA
Text Example
Text Example
White with #8051CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051CA; }
p { color: rgb(128,81,202); }
H1.HeaderClassName
{
color: #8051CA;
}
.AnyTagClassName
{
color: #8051CA;
}
</style>
background-color css
<style>
a { background-color: #8051CA; }
a { background-color: rgb(128,81,202); }
div.DivClassName
{
background-color: #8051CA;
}
.BgClassName
{
background-color: #8051CA;
}
</style>
border-color css
<style>
span { border-color: #8051CA; }
span { border-color: rgb(128,81,202); }
td.TdClassName
{
border-color: #8051CA;
}
.TagClassName
{
border-color: #8051CA;
}
</style>