Shades of Studio #854CAE
Tints of Studio #854CAE
RGB
CMYK
RGB Variations
Color information
#854CAE (or 0x854CAE) is known color: Studio. HEX triplet: 85, 4C and AE. RGB value is (133,76,174). Sum of RGB (Red+Green+Blue) = 133+76+174=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #854CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854CAE is #7AB351. Grayscale: #676767. Windows color (decimal): -8041298 or 11422853. OLE color: 11422853.
HSL color Cylindrical-coordinate representation of color #854CAE: hue angle of 274.9º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #854CAE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 76 | 174 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.32 |
| HSL | 274.9º | 0.39% | 0.49% | - |
| HSV(B) | 274.9º | 0.56% | 0.68% | - |
| XYZ | 19.9 | 13.21 | 41.55 | - |
| YUV | 104.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 174 | 0.24 | 0.56 | 0 | 0.32 | 274.9 | 0.39 | 0.49 |
| Hex | 85 | 4C | AE | 18 | 38 | 0 | 20 | 113 | 27 | 31 |
| Octal | 205 | 114 | 256 | 30 | 70 | 0 | 40 | 423 | 47 | 61 |
| Binary | 10000101 | 1001100 | 10101110 | 11000 | 111000 | 0 | 100000 | 100010011 | 100111 | 110001 |
Color Harmonies of #854CAE
Complementary color
Monochromatic Colors of #854CAE
Black with #854CAE
Text Example
Text Example
White with #854CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CAE; }
p { color: rgb(133,76,174); }
H1.HeaderClassName
{
color: #854CAE;
}
.AnyTagClassName
{
color: #854CAE;
}
</style>
background-color css
<style>
a { background-color: #854CAE; }
a { background-color: rgb(133,76,174); }
div.DivClassName
{
background-color: #854CAE;
}
.BgClassName
{
background-color: #854CAE;
}
</style>
border-color css
<style>
span { border-color: #854CAE; }
span { border-color: rgb(133,76,174); }
td.TdClassName
{
border-color: #854CAE;
}
.TagClassName
{
border-color: #854CAE;
}
</style>