Shades of Studio #854EA2
Tints of Studio #854EA2
RGB
CMYK
RGB Variations
Color information
#854EA2 (or 0x854EA2) is known color: Studio. HEX triplet: 85, 4E and A2. RGB value is (133,78,162). Sum of RGB (Red+Green+Blue) = 133+78+162=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #854EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854EA2 is #7AB15D. Grayscale: #676767. Windows color (decimal): -8040798 or 10636933. OLE color: 10636933.
HSL color Cylindrical-coordinate representation of color #854EA2: hue angle of 279.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854EA2 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 78 | 162 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.36 |
| HSL | 279.29º | 0.35% | 0.47% | - |
| HSV(B) | 279.29º | 0.52% | 0.64% | - |
| XYZ | 18.92 | 13.04 | 35.7 | - |
| YUV | 104.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 162 | 0.18 | 0.52 | 0 | 0.36 | 279.29 | 0.35 | 0.47 |
| Hex | 85 | 4E | A2 | 12 | 34 | 0 | 24 | 117 | 23 | 2F |
| Octal | 205 | 116 | 242 | 22 | 64 | 0 | 44 | 427 | 43 | 57 |
| Binary | 10000101 | 1001110 | 10100010 | 10010 | 110100 | 0 | 100100 | 100010111 | 100011 | 101111 |
Color Harmonies of #854EA2
Complementary color
Monochromatic Colors of #854EA2
Black with #854EA2
Text Example
Text Example
White with #854EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EA2; }
p { color: rgb(133,78,162); }
H1.HeaderClassName
{
color: #854EA2;
}
.AnyTagClassName
{
color: #854EA2;
}
</style>
background-color css
<style>
a { background-color: #854EA2; }
a { background-color: rgb(133,78,162); }
div.DivClassName
{
background-color: #854EA2;
}
.BgClassName
{
background-color: #854EA2;
}
</style>
border-color css
<style>
span { border-color: #854EA2; }
span { border-color: rgb(133,78,162); }
td.TdClassName
{
border-color: #854EA2;
}
.TagClassName
{
border-color: #854EA2;
}
</style>