Shades of Studio #815EA3
Tints of Studio #815EA3
RGB
CMYK
RGB Variations
Color information
#815EA3 (or 0x815EA3) is known color: Studio. HEX triplet: 81, 5E and A3. RGB value is (129,94,163). Sum of RGB (Red+Green+Blue) = 129+94+163=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #815EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815EA3 is #7EA15C. Grayscale: #707070. Windows color (decimal): -8298845 or 10706561. OLE color: 10706561.
HSL color Cylindrical-coordinate representation of color #815EA3: hue angle of 270.43º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #815EA3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 94 | 163 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.36 |
| HSL | 270.43º | 0.27% | 0.5% | - |
| HSV(B) | 270.43º | 0.42% | 0.64% | - |
| XYZ | 19.67 | 15.32 | 36.57 | - |
| YUV | 112.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 163 | 0.21 | 0.42 | 0 | 0.36 | 270.43 | 0.27 | 0.5 |
| Hex | 81 | 5E | A3 | 15 | 2A | 0 | 24 | 10E | 1B | 32 |
| Octal | 201 | 136 | 243 | 25 | 52 | 0 | 44 | 416 | 33 | 62 |
| Binary | 10000001 | 1011110 | 10100011 | 10101 | 101010 | 0 | 100100 | 100001110 | 11011 | 110010 |
Color Harmonies of #815EA3
Complementary color
Monochromatic Colors of #815EA3
Black with #815EA3
Text Example
Text Example
White with #815EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815EA3; }
p { color: rgb(129,94,163); }
H1.HeaderClassName
{
color: #815EA3;
}
.AnyTagClassName
{
color: #815EA3;
}
</style>
background-color css
<style>
a { background-color: #815EA3; }
a { background-color: rgb(129,94,163); }
div.DivClassName
{
background-color: #815EA3;
}
.BgClassName
{
background-color: #815EA3;
}
</style>
border-color css
<style>
span { border-color: #815EA3; }
span { border-color: rgb(129,94,163); }
td.TdClassName
{
border-color: #815EA3;
}
.TagClassName
{
border-color: #815EA3;
}
</style>