Shades of Studio #814FBA
Tints of Studio #814FBA
RGB
CMYK
RGB Variations
Color information
#814FBA (or 0x814FBA) is known color: Studio. HEX triplet: 81, 4F and BA. RGB value is (129,79,186). Sum of RGB (Red+Green+Blue) = 129+79+186=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #814FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FBA is #7EB045. Grayscale: #696969. Windows color (decimal): -8302662 or 12210049. OLE color: 12210049.
HSL color Cylindrical-coordinate representation of color #814FBA: hue angle of 268.04º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814FBA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 79 | 186 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.27 |
| HSL | 268.04º | 0.44% | 0.52% | - |
| HSV(B) | 268.04º | 0.58% | 0.73% | - |
| XYZ | 20.71 | 13.8 | 48.03 | - |
| YUV | 106.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 186 | 0.31 | 0.58 | 0 | 0.27 | 268.04 | 0.44 | 0.52 |
| Hex | 81 | 4F | BA | 1F | 3A | 0 | 1B | 10C | 2C | 34 |
| Octal | 201 | 117 | 272 | 37 | 72 | 0 | 33 | 414 | 54 | 64 |
| Binary | 10000001 | 1001111 | 10111010 | 11111 | 111010 | 0 | 11011 | 100001100 | 101100 | 110100 |
Color Harmonies of #814FBA
Complementary color
Monochromatic Colors of #814FBA
Black with #814FBA
Text Example
Text Example
White with #814FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FBA; }
p { color: rgb(129,79,186); }
H1.HeaderClassName
{
color: #814FBA;
}
.AnyTagClassName
{
color: #814FBA;
}
</style>
background-color css
<style>
a { background-color: #814FBA; }
a { background-color: rgb(129,79,186); }
div.DivClassName
{
background-color: #814FBA;
}
.BgClassName
{
background-color: #814FBA;
}
</style>
border-color css
<style>
span { border-color: #814FBA; }
span { border-color: rgb(129,79,186); }
td.TdClassName
{
border-color: #814FBA;
}
.TagClassName
{
border-color: #814FBA;
}
</style>