Shades of Slate Blue #815AD4
Tints of Slate Blue #815AD4
RGB
CMYK
RGB Variations
Color information
#815AD4 (or 0x815AD4) is known color: Slate Blue. HEX triplet: 81, 5A and D4. RGB value is (129,90,212). Sum of RGB (Red+Green+Blue) = 129+90+212=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #815AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815AD4 is #7EA52B. Grayscale: #737373. Windows color (decimal): -8299820 or 13916801. OLE color: 13916801.
HSL color Cylindrical-coordinate representation of color #815AD4: hue angle of 259.18º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815AD4 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 90 | 212 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.17 |
| HSL | 259.18º | 0.59% | 0.59% | - |
| HSV(B) | 259.18º | 0.58% | 0.83% | - |
| XYZ | 24.59 | 16.73 | 64.22 | - |
| YUV | 115.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 212 | 0.39 | 0.58 | 0 | 0.17 | 259.18 | 0.59 | 0.59 |
| Hex | 81 | 5A | D4 | 27 | 3A | 0 | 11 | 103 | 3B | 3B |
| Octal | 201 | 132 | 324 | 47 | 72 | 0 | 21 | 403 | 73 | 73 |
| Binary | 10000001 | 1011010 | 11010100 | 100111 | 111010 | 0 | 10001 | 100000011 | 111011 | 111011 |
Color Harmonies of #815AD4
Complementary color
Monochromatic Colors of #815AD4
Black with #815AD4
Text Example
Text Example
White with #815AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AD4; }
p { color: rgb(129,90,212); }
H1.HeaderClassName
{
color: #815AD4;
}
.AnyTagClassName
{
color: #815AD4;
}
</style>
background-color css
<style>
a { background-color: #815AD4; }
a { background-color: rgb(129,90,212); }
div.DivClassName
{
background-color: #815AD4;
}
.BgClassName
{
background-color: #815AD4;
}
</style>
border-color css
<style>
span { border-color: #815AD4; }
span { border-color: rgb(129,90,212); }
td.TdClassName
{
border-color: #815AD4;
}
.TagClassName
{
border-color: #815AD4;
}
</style>