Shades of Studio #814EA5
Tints of Studio #814EA5
RGB
CMYK
RGB Variations
Color information
#814EA5 (or 0x814EA5) is known color: Studio. HEX triplet: 81, 4E and A5. RGB value is (129,78,165). Sum of RGB (Red+Green+Blue) = 129+78+165=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #814EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EA5 is #7EB15A. Grayscale: #666666. Windows color (decimal): -8302939 or 10833537. OLE color: 10833537.
HSL color Cylindrical-coordinate representation of color #814EA5: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814EA5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 78 | 165 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.35 |
| HSL | 275.17º | 0.36% | 0.48% | - |
| HSV(B) | 275.17º | 0.53% | 0.65% | - |
| XYZ | 18.57 | 12.83 | 37.1 | - |
| YUV | 103.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 165 | 0.22 | 0.53 | 0 | 0.35 | 275.17 | 0.36 | 0.48 |
| Hex | 81 | 4E | A5 | 16 | 35 | 0 | 23 | 113 | 24 | 30 |
| Octal | 201 | 116 | 245 | 26 | 65 | 0 | 43 | 423 | 44 | 60 |
| Binary | 10000001 | 1001110 | 10100101 | 10110 | 110101 | 0 | 100011 | 100010011 | 100100 | 110000 |
Color Harmonies of #814EA5
Complementary color
Monochromatic Colors of #814EA5
Black with #814EA5
Text Example
Text Example
White with #814EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EA5; }
p { color: rgb(129,78,165); }
H1.HeaderClassName
{
color: #814EA5;
}
.AnyTagClassName
{
color: #814EA5;
}
</style>
background-color css
<style>
a { background-color: #814EA5; }
a { background-color: rgb(129,78,165); }
div.DivClassName
{
background-color: #814EA5;
}
.BgClassName
{
background-color: #814EA5;
}
</style>
border-color css
<style>
span { border-color: #814EA5; }
span { border-color: rgb(129,78,165); }
td.TdClassName
{
border-color: #814EA5;
}
.TagClassName
{
border-color: #814EA5;
}
</style>