Shades of Slate Blue #815AD3
Tints of Slate Blue #815AD3
RGB
CMYK
RGB Variations
Color information
#815AD3 (or 0x815AD3) is known color: Slate Blue. HEX triplet: 81, 5A and D3. RGB value is (129,90,211). Sum of RGB (Red+Green+Blue) = 129+90+211=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #815AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815AD3 is #7EA52C. Grayscale: #737373. Windows color (decimal): -8299821 or 13851265. OLE color: 13851265.
HSL color Cylindrical-coordinate representation of color #815AD3: hue angle of 259.34º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815AD3 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 90 | 211 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.17 |
| HSL | 259.34º | 0.58% | 0.59% | - |
| HSV(B) | 259.34º | 0.57% | 0.83% | - |
| XYZ | 24.47 | 16.68 | 63.56 | - |
| YUV | 115.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 211 | 0.39 | 0.57 | 0 | 0.17 | 259.34 | 0.58 | 0.59 |
| Hex | 81 | 5A | D3 | 27 | 39 | 0 | 11 | 103 | 3A | 3B |
| Octal | 201 | 132 | 323 | 47 | 71 | 0 | 21 | 403 | 72 | 73 |
| Binary | 10000001 | 1011010 | 11010011 | 100111 | 111001 | 0 | 10001 | 100000011 | 111010 | 111011 |
Color Harmonies of #815AD3
Complementary color
Monochromatic Colors of #815AD3
Black with #815AD3
Text Example
Text Example
White with #815AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AD3; }
p { color: rgb(129,90,211); }
H1.HeaderClassName
{
color: #815AD3;
}
.AnyTagClassName
{
color: #815AD3;
}
</style>
background-color css
<style>
a { background-color: #815AD3; }
a { background-color: rgb(129,90,211); }
div.DivClassName
{
background-color: #815AD3;
}
.BgClassName
{
background-color: #815AD3;
}
</style>
border-color css
<style>
span { border-color: #815AD3; }
span { border-color: rgb(129,90,211); }
td.TdClassName
{
border-color: #815AD3;
}
.TagClassName
{
border-color: #815AD3;
}
</style>