Shades of Studio #814FB4
Tints of Studio #814FB4
RGB
CMYK
RGB Variations
Color information
#814FB4 (or 0x814FB4) is known color: Studio. HEX triplet: 81, 4F and B4. RGB value is (129,79,180). Sum of RGB (Red+Green+Blue) = 129+79+180=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #814FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FB4 is #7EB04B. Grayscale: #696969. Windows color (decimal): -8302668 or 11816833. OLE color: 11816833.
HSL color Cylindrical-coordinate representation of color #814FB4: hue angle of 269.7º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814FB4 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 79 | 180 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.29 |
| HSL | 269.7º | 0.4% | 0.51% | - |
| HSV(B) | 269.7º | 0.56% | 0.71% | - |
| XYZ | 20.09 | 13.55 | 44.74 | - |
| YUV | 105.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 180 | 0.28 | 0.56 | 0 | 0.29 | 269.7 | 0.4 | 0.51 |
| Hex | 81 | 4F | B4 | 1C | 38 | 0 | 1D | 10E | 28 | 33 |
| Octal | 201 | 117 | 264 | 34 | 70 | 0 | 35 | 416 | 50 | 63 |
| Binary | 10000001 | 1001111 | 10110100 | 11100 | 111000 | 0 | 11101 | 100001110 | 101000 | 110011 |
Color Harmonies of #814FB4
Complementary color
Monochromatic Colors of #814FB4
Black with #814FB4
Text Example
Text Example
White with #814FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FB4; }
p { color: rgb(129,79,180); }
H1.HeaderClassName
{
color: #814FB4;
}
.AnyTagClassName
{
color: #814FB4;
}
</style>
background-color css
<style>
a { background-color: #814FB4; }
a { background-color: rgb(129,79,180); }
div.DivClassName
{
background-color: #814FB4;
}
.BgClassName
{
background-color: #814FB4;
}
</style>
border-color css
<style>
span { border-color: #814FB4; }
span { border-color: rgb(129,79,180); }
td.TdClassName
{
border-color: #814FB4;
}
.TagClassName
{
border-color: #814FB4;
}
</style>