Shades of Slate Blue #815AD0
Tints of Slate Blue #815AD0
RGB
CMYK
RGB Variations
Color information
#815AD0 (or 0x815AD0) is known color: Slate Blue. HEX triplet: 81, 5A and D0. RGB value is (129,90,208). Sum of RGB (Red+Green+Blue) = 129+90+208=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #815AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815AD0 is #7EA52F. Grayscale: #727272. Windows color (decimal): -8299824 or 13654657. OLE color: 13654657.
HSL color Cylindrical-coordinate representation of color #815AD0: hue angle of 259.83º 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 #815AD0 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 90 | 208 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.18 |
| HSL | 259.83º | 0.56% | 0.58% | - |
| HSV(B) | 259.83º | 0.57% | 0.82% | - |
| XYZ | 24.09 | 16.53 | 61.6 | - |
| YUV | 115.11 | 180.42 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 208 | 0.38 | 0.57 | 0 | 0.18 | 259.83 | 0.56 | 0.58 |
| Hex | 81 | 5A | D0 | 26 | 39 | 0 | 12 | 104 | 38 | 3A |
| Octal | 201 | 132 | 320 | 46 | 71 | 0 | 22 | 404 | 70 | 72 |
| Binary | 10000001 | 1011010 | 11010000 | 100110 | 111001 | 0 | 10010 | 100000100 | 111000 | 111010 |
Color Harmonies of #815AD0
Complementary color
Monochromatic Colors of #815AD0
Black with #815AD0
Text Example
Text Example
White with #815AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AD0; }
p { color: rgb(129,90,208); }
H1.HeaderClassName
{
color: #815AD0;
}
.AnyTagClassName
{
color: #815AD0;
}
</style>
background-color css
<style>
a { background-color: #815AD0; }
a { background-color: rgb(129,90,208); }
div.DivClassName
{
background-color: #815AD0;
}
.BgClassName
{
background-color: #815AD0;
}
</style>
border-color css
<style>
span { border-color: #815AD0; }
span { border-color: rgb(129,90,208); }
td.TdClassName
{
border-color: #815AD0;
}
.TagClassName
{
border-color: #815AD0;
}
</style>