Shades of Slate Blue #8050CA
Tints of Slate Blue #8050CA
RGB
CMYK
RGB Variations
Color information
#8050CA (or 0x8050CA) is known color: Slate Blue. HEX triplet: 80, 50 and CA. RGB value is (128,80,202). Sum of RGB (Red+Green+Blue) = 128+80+202=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #8050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050CA is #7FAF35. Grayscale: #6B6B6B. Windows color (decimal): -8367926 or 13258880. OLE color: 13258880.
HSL color Cylindrical-coordinate representation of color #8050CA: hue angle of 263.61º degrees, saturation: 0.54, 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 #8050CA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 80 | 202 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.21 |
| HSL | 263.61º | 0.54% | 0.55% | - |
| HSV(B) | 263.61º | 0.6% | 0.79% | - |
| XYZ | 22.43 | 14.59 | 57.51 | - |
| YUV | 108.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 202 | 0.37 | 0.60 | 0 | 0.21 | 263.61 | 0.54 | 0.55 |
| Hex | 80 | 50 | CA | 25 | 3C | 0 | 15 | 108 | 36 | 37 |
| Octal | 200 | 120 | 312 | 45 | 74 | 0 | 25 | 410 | 66 | 67 |
| Binary | 10000000 | 1010000 | 11001010 | 100101 | 111100 | 0 | 10101 | 100001000 | 110110 | 110111 |
Color Harmonies of #8050CA
Complementary color
Monochromatic Colors of #8050CA
Black with #8050CA
Text Example
Text Example
White with #8050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050CA; }
p { color: rgb(128,80,202); }
H1.HeaderClassName
{
color: #8050CA;
}
.AnyTagClassName
{
color: #8050CA;
}
</style>
background-color css
<style>
a { background-color: #8050CA; }
a { background-color: rgb(128,80,202); }
div.DivClassName
{
background-color: #8050CA;
}
.BgClassName
{
background-color: #8050CA;
}
</style>
border-color css
<style>
span { border-color: #8050CA; }
span { border-color: rgb(128,80,202); }
td.TdClassName
{
border-color: #8050CA;
}
.TagClassName
{
border-color: #8050CA;
}
</style>