Shades of Studio #814FAE
Tints of Studio #814FAE
RGB
CMYK
RGB Variations
Color information
#814FAE (or 0x814FAE) is known color: Studio. HEX triplet: 81, 4F and AE. RGB value is (129,79,174). Sum of RGB (Red+Green+Blue) = 129+79+174=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #814FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAE is #7EB051. Grayscale: #686868. Windows color (decimal): -8302674 or 11423617. OLE color: 11423617.
HSL color Cylindrical-coordinate representation of color #814FAE: hue angle of 271.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814FAE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 79 | 174 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.32 |
| HSL | 271.58º | 0.38% | 0.5% | - |
| HSV(B) | 271.58º | 0.55% | 0.68% | - |
| XYZ | 19.49 | 13.32 | 41.59 | - |
| YUV | 104.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 174 | 0.26 | 0.55 | 0 | 0.32 | 271.58 | 0.38 | 0.5 |
| Hex | 81 | 4F | AE | 1A | 37 | 0 | 20 | 110 | 26 | 32 |
| Octal | 201 | 117 | 256 | 32 | 67 | 0 | 40 | 420 | 46 | 62 |
| Binary | 10000001 | 1001111 | 10101110 | 11010 | 110111 | 0 | 100000 | 100010000 | 100110 | 110010 |
Color Harmonies of #814FAE
Complementary color
Monochromatic Colors of #814FAE
Black with #814FAE
Text Example
Text Example
White with #814FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FAE; }
p { color: rgb(129,79,174); }
H1.HeaderClassName
{
color: #814FAE;
}
.AnyTagClassName
{
color: #814FAE;
}
</style>
background-color css
<style>
a { background-color: #814FAE; }
a { background-color: rgb(129,79,174); }
div.DivClassName
{
background-color: #814FAE;
}
.BgClassName
{
background-color: #814FAE;
}
</style>
border-color css
<style>
span { border-color: #814FAE; }
span { border-color: rgb(129,79,174); }
td.TdClassName
{
border-color: #814FAE;
}
.TagClassName
{
border-color: #814FAE;
}
</style>