Shades of Slate Blue #8050C8
Tints of Slate Blue #8050C8
RGB
CMYK
RGB Variations
Color information
#8050C8 (or 0x8050C8) is known color: Slate Blue. HEX triplet: 80, 50 and C8. RGB value is (128,80,200). Sum of RGB (Red+Green+Blue) = 128+80+200=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #8050C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050C8 is #7FAF37. Grayscale: #6B6B6B. Windows color (decimal): -8367928 or 13127808. OLE color: 13127808.
HSL color Cylindrical-coordinate representation of color #8050C8: hue angle of 264º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8050C8 is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 80 | 200 | - |
| CMYK | 0.36 | 0.6 | 0 | 0.22 |
| HSL | 264º | 0.52% | 0.55% | - |
| HSV(B) | 264º | 0.6% | 0.78% | - |
| XYZ | 22.2 | 14.5 | 56.27 | - |
| YUV | 108.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 200 | 0.36 | 0.6 | 0 | 0.22 | 264 | 0.52 | 0.55 |
| Hex | 80 | 50 | C8 | 24 | 3C | 0 | 16 | 108 | 34 | 37 |
| Octal | 200 | 120 | 310 | 44 | 74 | 0 | 26 | 410 | 64 | 67 |
| Binary | 10000000 | 1010000 | 11001000 | 100100 | 111100 | 0 | 10110 | 100001000 | 110100 | 110111 |
Color Harmonies of #8050C8
Complementary color
Monochromatic Colors of #8050C8
Black with #8050C8
Text Example
Text Example
White with #8050C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8050C8; }
p { color: rgb(128,80,200); }
H1.HeaderClassName
{
color: #8050C8;
}
.AnyTagClassName
{
color: #8050C8;
}
</style>
background-color css
<style>
a { background-color: #8050C8; }
a { background-color: rgb(128,80,200); }
div.DivClassName
{
background-color: #8050C8;
}
.BgClassName
{
background-color: #8050C8;
}
</style>
border-color css
<style>
span { border-color: #8050C8; }
span { border-color: rgb(128,80,200); }
td.TdClassName
{
border-color: #8050C8;
}
.TagClassName
{
border-color: #8050C8;
}
</style>