Shades of Slate Blue #8057CA
Tints of Slate Blue #8057CA
RGB
CMYK
RGB Variations
Color information
#8057CA (or 0x8057CA) is known color: Slate Blue. HEX triplet: 80, 57 and CA. RGB value is (128,87,202). Sum of RGB (Red+Green+Blue) = 128+87+202=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #8057CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057CA is #7FA835. Grayscale: #6F6F6F. Windows color (decimal): -8366134 or 13260672. OLE color: 13260672.
HSL color Cylindrical-coordinate representation of color #8057CA: hue angle of 261.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8057CA is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 87 | 202 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.21 |
| HSL | 261.39º | 0.52% | 0.57% | - |
| HSV(B) | 261.39º | 0.57% | 0.79% | - |
| XYZ | 22.97 | 15.67 | 57.69 | - |
| YUV | 112.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 202 | 0.37 | 0.57 | 0 | 0.21 | 261.39 | 0.52 | 0.57 |
| Hex | 80 | 57 | CA | 25 | 39 | 0 | 15 | 105 | 34 | 39 |
| Octal | 200 | 127 | 312 | 45 | 71 | 0 | 25 | 405 | 64 | 71 |
| Binary | 10000000 | 1010111 | 11001010 | 100101 | 111001 | 0 | 10101 | 100000101 | 110100 | 111001 |
Color Harmonies of #8057CA
Complementary color
Monochromatic Colors of #8057CA
Black with #8057CA
Text Example
Text Example
White with #8057CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8057CA; }
p { color: rgb(128,87,202); }
H1.HeaderClassName
{
color: #8057CA;
}
.AnyTagClassName
{
color: #8057CA;
}
</style>
background-color css
<style>
a { background-color: #8057CA; }
a { background-color: rgb(128,87,202); }
div.DivClassName
{
background-color: #8057CA;
}
.BgClassName
{
background-color: #8057CA;
}
</style>
border-color css
<style>
span { border-color: #8057CA; }
span { border-color: rgb(128,87,202); }
td.TdClassName
{
border-color: #8057CA;
}
.TagClassName
{
border-color: #8057CA;
}
</style>