Shades of Slate Blue #8059CB
Tints of Slate Blue #8059CB
RGB
CMYK
RGB Variations
Color information
#8059CB (or 0x8059CB) is known color: Slate Blue. HEX triplet: 80, 59 and CB. RGB value is (128,89,203). Sum of RGB (Red+Green+Blue) = 128+89+203=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8059CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059CB is #7FA634. Grayscale: #717171. Windows color (decimal): -8365621 or 13326720. OLE color: 13326720.
HSL color Cylindrical-coordinate representation of color #8059CB: hue angle of 260.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8059CB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 89 | 203 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.20 |
| HSL | 260.53º | 0.52% | 0.57% | - |
| HSV(B) | 260.53º | 0.56% | 0.8% | - |
| XYZ | 23.25 | 16.05 | 58.37 | - |
| YUV | 113.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 203 | 0.37 | 0.56 | 0 | 0.20 | 260.53 | 0.52 | 0.57 |
| Hex | 80 | 59 | CB | 25 | 38 | 0 | 14 | 105 | 34 | 39 |
| Octal | 200 | 131 | 313 | 45 | 70 | 0 | 24 | 405 | 64 | 71 |
| Binary | 10000000 | 1011001 | 11001011 | 100101 | 111000 | 0 | 10100 | 100000101 | 110100 | 111001 |
Color Harmonies of #8059CB
Complementary color
Monochromatic Colors of #8059CB
Black with #8059CB
Text Example
Text Example
White with #8059CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059CB; }
p { color: rgb(128,89,203); }
H1.HeaderClassName
{
color: #8059CB;
}
.AnyTagClassName
{
color: #8059CB;
}
</style>
background-color css
<style>
a { background-color: #8059CB; }
a { background-color: rgb(128,89,203); }
div.DivClassName
{
background-color: #8059CB;
}
.BgClassName
{
background-color: #8059CB;
}
</style>
border-color css
<style>
span { border-color: #8059CB; }
span { border-color: rgb(128,89,203); }
td.TdClassName
{
border-color: #8059CB;
}
.TagClassName
{
border-color: #8059CB;
}
</style>