Shades of Studio #814FB8
Tints of Studio #814FB8
RGB
CMYK
RGB Variations
Color information
#814FB8 (or 0x814FB8) is known color: Studio. HEX triplet: 81, 4F and B8. RGB value is (129,79,184). Sum of RGB (Red+Green+Blue) = 129+79+184=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #814FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FB8 is #7EB047. Grayscale: #696969. Windows color (decimal): -8302664 or 12078977. OLE color: 12078977.
HSL color Cylindrical-coordinate representation of color #814FB8: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814FB8 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 79 | 184 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.28 |
| HSL | 268.57º | 0.43% | 0.52% | - |
| HSV(B) | 268.57º | 0.57% | 0.72% | - |
| XYZ | 20.5 | 13.72 | 46.92 | - |
| YUV | 105.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 184 | 0.30 | 0.57 | 0 | 0.28 | 268.57 | 0.43 | 0.52 |
| Hex | 81 | 4F | B8 | 1E | 39 | 0 | 1C | 10D | 2B | 34 |
| Octal | 201 | 117 | 270 | 36 | 71 | 0 | 34 | 415 | 53 | 64 |
| Binary | 10000001 | 1001111 | 10111000 | 11110 | 111001 | 0 | 11100 | 100001101 | 101011 | 110100 |
Color Harmonies of #814FB8
Complementary color
Monochromatic Colors of #814FB8
Black with #814FB8
Text Example
Text Example
White with #814FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FB8; }
p { color: rgb(129,79,184); }
H1.HeaderClassName
{
color: #814FB8;
}
.AnyTagClassName
{
color: #814FB8;
}
</style>
background-color css
<style>
a { background-color: #814FB8; }
a { background-color: rgb(129,79,184); }
div.DivClassName
{
background-color: #814FB8;
}
.BgClassName
{
background-color: #814FB8;
}
</style>
border-color css
<style>
span { border-color: #814FB8; }
span { border-color: rgb(129,79,184); }
td.TdClassName
{
border-color: #814FB8;
}
.TagClassName
{
border-color: #814FB8;
}
</style>