Shades of Studio #814BAF
Tints of Studio #814BAF
RGB
CMYK
RGB Variations
Color information
#814BAF (or 0x814BAF) is known color: Studio. HEX triplet: 81, 4B and AF. RGB value is (129,75,175). Sum of RGB (Red+Green+Blue) = 129+75+175=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #814BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BAF is #7EB450. Grayscale: #666666. Windows color (decimal): -8303697 or 11488129. OLE color: 11488129.
HSL color Cylindrical-coordinate representation of color #814BAF: hue angle of 272.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814BAF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 75 | 175 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.31 |
| HSL | 272.4º | 0.4% | 0.49% | - |
| HSV(B) | 272.4º | 0.57% | 0.69% | - |
| XYZ | 19.31 | 12.79 | 42.01 | - |
| YUV | 102.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 175 | 0.26 | 0.57 | 0 | 0.31 | 272.4 | 0.4 | 0.49 |
| Hex | 81 | 4B | AF | 1A | 39 | 0 | 1F | 110 | 28 | 31 |
| Octal | 201 | 113 | 257 | 32 | 71 | 0 | 37 | 420 | 50 | 61 |
| Binary | 10000001 | 1001011 | 10101111 | 11010 | 111001 | 0 | 11111 | 100010000 | 101000 | 110001 |
Color Harmonies of #814BAF
Complementary color
Monochromatic Colors of #814BAF
Black with #814BAF
Text Example
Text Example
White with #814BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BAF; }
p { color: rgb(129,75,175); }
H1.HeaderClassName
{
color: #814BAF;
}
.AnyTagClassName
{
color: #814BAF;
}
</style>
background-color css
<style>
a { background-color: #814BAF; }
a { background-color: rgb(129,75,175); }
div.DivClassName
{
background-color: #814BAF;
}
.BgClassName
{
background-color: #814BAF;
}
</style>
border-color css
<style>
span { border-color: #814BAF; }
span { border-color: rgb(129,75,175); }
td.TdClassName
{
border-color: #814BAF;
}
.TagClassName
{
border-color: #814BAF;
}
</style>