Shades of Slate Blue #805BCF
Tints of Slate Blue #805BCF
RGB
CMYK
RGB Variations
Color information
#805BCF (or 0x805BCF) is known color: Slate Blue. HEX triplet: 80, 5B and CF. RGB value is (128,91,207). Sum of RGB (Red+Green+Blue) = 128+91+207=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #805BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BCF is #7FA430. Grayscale: #727272. Windows color (decimal): -8365105 or 13589376. OLE color: 13589376.
HSL color Cylindrical-coordinate representation of color #805BCF: hue angle of 259.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805BCF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 91 | 207 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.19 |
| HSL | 259.14º | 0.55% | 0.58% | - |
| HSV(B) | 259.14º | 0.56% | 0.81% | - |
| XYZ | 23.91 | 16.58 | 60.97 | - |
| YUV | 115.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 207 | 0.38 | 0.56 | 0 | 0.19 | 259.14 | 0.55 | 0.58 |
| Hex | 80 | 5B | CF | 26 | 38 | 0 | 13 | 103 | 37 | 3A |
| Octal | 200 | 133 | 317 | 46 | 70 | 0 | 23 | 403 | 67 | 72 |
| Binary | 10000000 | 1011011 | 11001111 | 100110 | 111000 | 0 | 10011 | 100000011 | 110111 | 111010 |
Color Harmonies of #805BCF
Complementary color
Monochromatic Colors of #805BCF
Black with #805BCF
Text Example
Text Example
White with #805BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BCF; }
p { color: rgb(128,91,207); }
H1.HeaderClassName
{
color: #805BCF;
}
.AnyTagClassName
{
color: #805BCF;
}
</style>
background-color css
<style>
a { background-color: #805BCF; }
a { background-color: rgb(128,91,207); }
div.DivClassName
{
background-color: #805BCF;
}
.BgClassName
{
background-color: #805BCF;
}
</style>
border-color css
<style>
span { border-color: #805BCF; }
span { border-color: rgb(128,91,207); }
td.TdClassName
{
border-color: #805BCF;
}
.TagClassName
{
border-color: #805BCF;
}
</style>