Shades of Studio #854BA4
Tints of Studio #854BA4
RGB
CMYK
RGB Variations
Color information
#854BA4 (or 0x854BA4) is known color: Studio. HEX triplet: 85, 4B and A4. RGB value is (133,75,164). Sum of RGB (Red+Green+Blue) = 133+75+164=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #854BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854BA4 is #7AB45B. Grayscale: #666666. Windows color (decimal): -8041564 or 10767237. OLE color: 10767237.
HSL color Cylindrical-coordinate representation of color #854BA4: hue angle of 279.1º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #854BA4 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 75 | 164 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.36 |
| HSL | 279.1º | 0.37% | 0.47% | - |
| HSV(B) | 279.1º | 0.54% | 0.64% | - |
| XYZ | 18.89 | 12.7 | 36.58 | - |
| YUV | 102.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 164 | 0.19 | 0.54 | 0 | 0.36 | 279.1 | 0.37 | 0.47 |
| Hex | 85 | 4B | A4 | 13 | 36 | 0 | 24 | 117 | 25 | 2F |
| Octal | 205 | 113 | 244 | 23 | 66 | 0 | 44 | 427 | 45 | 57 |
| Binary | 10000101 | 1001011 | 10100100 | 10011 | 110110 | 0 | 100100 | 100010111 | 100101 | 101111 |
Color Harmonies of #854BA4
Complementary color
Monochromatic Colors of #854BA4
Black with #854BA4
Text Example
Text Example
White with #854BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854BA4; }
p { color: rgb(133,75,164); }
H1.HeaderClassName
{
color: #854BA4;
}
.AnyTagClassName
{
color: #854BA4;
}
</style>
background-color css
<style>
a { background-color: #854BA4; }
a { background-color: rgb(133,75,164); }
div.DivClassName
{
background-color: #854BA4;
}
.BgClassName
{
background-color: #854BA4;
}
</style>
border-color css
<style>
span { border-color: #854BA4; }
span { border-color: rgb(133,75,164); }
td.TdClassName
{
border-color: #854BA4;
}
.TagClassName
{
border-color: #854BA4;
}
</style>