Shades of Slate Blue #805ACE
Tints of Slate Blue #805ACE
RGB
CMYK
RGB Variations
Color information
#805ACE (or 0x805ACE) is known color: Slate Blue. HEX triplet: 80, 5A and CE. RGB value is (128,90,206). Sum of RGB (Red+Green+Blue) = 128+90+206=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #805ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACE is #7FA531. Grayscale: #727272. Windows color (decimal): -8365362 or 13523584. OLE color: 13523584.
HSL color Cylindrical-coordinate representation of color #805ACE: hue angle of 259.66º degrees, saturation: 0.54, 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 #805ACE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 90 | 206 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.19 |
| HSL | 259.66º | 0.54% | 0.58% | - |
| HSV(B) | 259.66º | 0.56% | 0.81% | - |
| XYZ | 23.7 | 16.36 | 60.3 | - |
| YUV | 114.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 206 | 0.38 | 0.56 | 0 | 0.19 | 259.66 | 0.54 | 0.58 |
| Hex | 80 | 5A | CE | 26 | 38 | 0 | 13 | 104 | 36 | 3A |
| Octal | 200 | 132 | 316 | 46 | 70 | 0 | 23 | 404 | 66 | 72 |
| Binary | 10000000 | 1011010 | 11001110 | 100110 | 111000 | 0 | 10011 | 100000100 | 110110 | 111010 |
Color Harmonies of #805ACE
Complementary color
Monochromatic Colors of #805ACE
Black with #805ACE
Text Example
Text Example
White with #805ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ACE; }
p { color: rgb(128,90,206); }
H1.HeaderClassName
{
color: #805ACE;
}
.AnyTagClassName
{
color: #805ACE;
}
</style>
background-color css
<style>
a { background-color: #805ACE; }
a { background-color: rgb(128,90,206); }
div.DivClassName
{
background-color: #805ACE;
}
.BgClassName
{
background-color: #805ACE;
}
</style>
border-color css
<style>
span { border-color: #805ACE; }
span { border-color: rgb(128,90,206); }
td.TdClassName
{
border-color: #805ACE;
}
.TagClassName
{
border-color: #805ACE;
}
</style>