Shades of Slate Blue #8056CF
Tints of Slate Blue #8056CF
RGB
CMYK
RGB Variations
Color information
#8056CF (or 0x8056CF) is known color: Slate Blue. HEX triplet: 80, 56 and CF. RGB value is (128,86,207). Sum of RGB (Red+Green+Blue) = 128+86+207=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8056CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056CF is #7FA930. Grayscale: #6F6F6F. Windows color (decimal): -8366385 or 13588096. OLE color: 13588096.
HSL color Cylindrical-coordinate representation of color #8056CF: hue angle of 260.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8056CF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 86 | 207 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.19 |
| HSL | 260.83º | 0.56% | 0.57% | - |
| HSV(B) | 260.83º | 0.58% | 0.81% | - |
| XYZ | 23.49 | 15.75 | 60.83 | - |
| YUV | 112.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 207 | 0.38 | 0.58 | 0 | 0.19 | 260.83 | 0.56 | 0.57 |
| Hex | 80 | 56 | CF | 26 | 3A | 0 | 13 | 105 | 38 | 39 |
| Octal | 200 | 126 | 317 | 46 | 72 | 0 | 23 | 405 | 70 | 71 |
| Binary | 10000000 | 1010110 | 11001111 | 100110 | 111010 | 0 | 10011 | 100000101 | 111000 | 111001 |
Color Harmonies of #8056CF
Complementary color
Monochromatic Colors of #8056CF
Black with #8056CF
Text Example
Text Example
White with #8056CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8056CF; }
p { color: rgb(128,86,207); }
H1.HeaderClassName
{
color: #8056CF;
}
.AnyTagClassName
{
color: #8056CF;
}
</style>
background-color css
<style>
a { background-color: #8056CF; }
a { background-color: rgb(128,86,207); }
div.DivClassName
{
background-color: #8056CF;
}
.BgClassName
{
background-color: #8056CF;
}
</style>
border-color css
<style>
span { border-color: #8056CF; }
span { border-color: rgb(128,86,207); }
td.TdClassName
{
border-color: #8056CF;
}
.TagClassName
{
border-color: #8056CF;
}
</style>