Shades of Studio #814DB3
Tints of Studio #814DB3
RGB
CMYK
RGB Variations
Color information
#814DB3 (or 0x814DB3) is known color: Studio. HEX triplet: 81, 4D and B3. RGB value is (129,77,179). Sum of RGB (Red+Green+Blue) = 129+77+179=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #814DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DB3 is #7EB24C. Grayscale: #676767. Windows color (decimal): -8303181 or 11750785. OLE color: 11750785.
HSL color Cylindrical-coordinate representation of color #814DB3: hue angle of 270.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814DB3 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 77 | 179 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.30 |
| HSL | 270.59º | 0.4% | 0.5% | - |
| HSV(B) | 270.59º | 0.57% | 0.7% | - |
| XYZ | 19.84 | 13.23 | 44.16 | - |
| YUV | 104.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 179 | 0.28 | 0.57 | 0 | 0.30 | 270.59 | 0.4 | 0.5 |
| Hex | 81 | 4D | B3 | 1C | 39 | 0 | 1E | 10F | 28 | 32 |
| Octal | 201 | 115 | 263 | 34 | 71 | 0 | 36 | 417 | 50 | 62 |
| Binary | 10000001 | 1001101 | 10110011 | 11100 | 111001 | 0 | 11110 | 100001111 | 101000 | 110010 |
Color Harmonies of #814DB3
Complementary color
Monochromatic Colors of #814DB3
Black with #814DB3
Text Example
Text Example
White with #814DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DB3; }
p { color: rgb(129,77,179); }
H1.HeaderClassName
{
color: #814DB3;
}
.AnyTagClassName
{
color: #814DB3;
}
</style>
background-color css
<style>
a { background-color: #814DB3; }
a { background-color: rgb(129,77,179); }
div.DivClassName
{
background-color: #814DB3;
}
.BgClassName
{
background-color: #814DB3;
}
</style>
border-color css
<style>
span { border-color: #814DB3; }
span { border-color: rgb(129,77,179); }
td.TdClassName
{
border-color: #814DB3;
}
.TagClassName
{
border-color: #814DB3;
}
</style>