Shades of Slate Blue #8055CF
Tints of Slate Blue #8055CF
RGB
CMYK
RGB Variations
Color information
#8055CF (or 0x8055CF) is known color: Slate Blue. HEX triplet: 80, 55 and CF. RGB value is (128,85,207). Sum of RGB (Red+Green+Blue) = 128+85+207=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8055CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055CF is #7FAA30. Grayscale: #6F6F6F. Windows color (decimal): -8366641 or 13587840. OLE color: 13587840.
HSL color Cylindrical-coordinate representation of color #8055CF: hue angle of 261.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8055CF is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 85 | 207 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.19 |
| HSL | 261.15º | 0.56% | 0.57% | - |
| HSV(B) | 261.15º | 0.59% | 0.81% | - |
| XYZ | 23.41 | 15.59 | 60.81 | - |
| YUV | 111.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 207 | 0.38 | 0.59 | 0 | 0.19 | 261.15 | 0.56 | 0.57 |
| Hex | 80 | 55 | CF | 26 | 3B | 0 | 13 | 105 | 38 | 39 |
| Octal | 200 | 125 | 317 | 46 | 73 | 0 | 23 | 405 | 70 | 71 |
| Binary | 10000000 | 1010101 | 11001111 | 100110 | 111011 | 0 | 10011 | 100000101 | 111000 | 111001 |
Color Harmonies of #8055CF
Complementary color
Monochromatic Colors of #8055CF
Black with #8055CF
Text Example
Text Example
White with #8055CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055CF; }
p { color: rgb(128,85,207); }
H1.HeaderClassName
{
color: #8055CF;
}
.AnyTagClassName
{
color: #8055CF;
}
</style>
background-color css
<style>
a { background-color: #8055CF; }
a { background-color: rgb(128,85,207); }
div.DivClassName
{
background-color: #8055CF;
}
.BgClassName
{
background-color: #8055CF;
}
</style>
border-color css
<style>
span { border-color: #8055CF; }
span { border-color: rgb(128,85,207); }
td.TdClassName
{
border-color: #8055CF;
}
.TagClassName
{
border-color: #8055CF;
}
</style>