Shades of Slate Blue #805BCD
Tints of Slate Blue #805BCD
RGB
CMYK
RGB Variations
Color information
#805BCD (or 0x805BCD) is known color: Slate Blue. HEX triplet: 80, 5B and CD. RGB value is (128,91,205). Sum of RGB (Red+Green+Blue) = 128+91+205=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #805BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BCD is #7FA432. Grayscale: #727272. Windows color (decimal): -8365107 or 13458304. OLE color: 13458304.
HSL color Cylindrical-coordinate representation of color #805BCD: hue angle of 259.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805BCD is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 91 | 205 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.20 |
| HSL | 259.47º | 0.53% | 0.58% | - |
| HSV(B) | 259.47º | 0.56% | 0.8% | - |
| XYZ | 23.66 | 16.48 | 59.69 | - |
| YUV | 115.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 205 | 0.38 | 0.56 | 0 | 0.20 | 259.47 | 0.53 | 0.58 |
| Hex | 80 | 5B | CD | 26 | 38 | 0 | 14 | 103 | 35 | 3A |
| Octal | 200 | 133 | 315 | 46 | 70 | 0 | 24 | 403 | 65 | 72 |
| Binary | 10000000 | 1011011 | 11001101 | 100110 | 111000 | 0 | 10100 | 100000011 | 110101 | 111010 |
Color Harmonies of #805BCD
Complementary color
Monochromatic Colors of #805BCD
Black with #805BCD
Text Example
Text Example
White with #805BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BCD; }
p { color: rgb(128,91,205); }
H1.HeaderClassName
{
color: #805BCD;
}
.AnyTagClassName
{
color: #805BCD;
}
</style>
background-color css
<style>
a { background-color: #805BCD; }
a { background-color: rgb(128,91,205); }
div.DivClassName
{
background-color: #805BCD;
}
.BgClassName
{
background-color: #805BCD;
}
</style>
border-color css
<style>
span { border-color: #805BCD; }
span { border-color: rgb(128,91,205); }
td.TdClassName
{
border-color: #805BCD;
}
.TagClassName
{
border-color: #805BCD;
}
</style>