Shades of Slate Blue #805AD0
Tints of Slate Blue #805AD0
RGB
CMYK
RGB Variations
Color information
#805AD0 (or 0x805AD0) is known color: Slate Blue. HEX triplet: 80, 5A and D0. RGB value is (128,90,208). Sum of RGB (Red+Green+Blue) = 128+90+208=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #805AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AD0 is #7FA52F. Grayscale: #727272. Windows color (decimal): -8365360 or 13654656. OLE color: 13654656.
HSL color Cylindrical-coordinate representation of color #805AD0: hue angle of 259.32º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805AD0 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 90 | 208 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.18 |
| HSL | 259.32º | 0.56% | 0.58% | - |
| HSV(B) | 259.32º | 0.57% | 0.82% | - |
| XYZ | 23.94 | 16.46 | 61.59 | - |
| YUV | 114.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 208 | 0.38 | 0.57 | 0 | 0.18 | 259.32 | 0.56 | 0.58 |
| Hex | 80 | 5A | D0 | 26 | 39 | 0 | 12 | 103 | 38 | 3A |
| Octal | 200 | 132 | 320 | 46 | 71 | 0 | 22 | 403 | 70 | 72 |
| Binary | 10000000 | 1011010 | 11010000 | 100110 | 111001 | 0 | 10010 | 100000011 | 111000 | 111010 |
Color Harmonies of #805AD0
Complementary color
Monochromatic Colors of #805AD0
Black with #805AD0
Text Example
Text Example
White with #805AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AD0; }
p { color: rgb(128,90,208); }
H1.HeaderClassName
{
color: #805AD0;
}
.AnyTagClassName
{
color: #805AD0;
}
</style>
background-color css
<style>
a { background-color: #805AD0; }
a { background-color: rgb(128,90,208); }
div.DivClassName
{
background-color: #805AD0;
}
.BgClassName
{
background-color: #805AD0;
}
</style>
border-color css
<style>
span { border-color: #805AD0; }
span { border-color: rgb(128,90,208); }
td.TdClassName
{
border-color: #805AD0;
}
.TagClassName
{
border-color: #805AD0;
}
</style>