Shades of Studio #854EAF
Tints of Studio #854EAF
RGB
CMYK
RGB Variations
Color information
#854EAF (or 0x854EAF) is known color: Studio. HEX triplet: 85, 4E and AF. RGB value is (133,78,175). Sum of RGB (Red+Green+Blue) = 133+78+175=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #854EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854EAF is #7AB150. Grayscale: #696969. Windows color (decimal): -8040785 or 11488901. OLE color: 11488901.
HSL color Cylindrical-coordinate representation of color #854EAF: hue angle of 274.02º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #854EAF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 78 | 175 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.31 |
| HSL | 274.02º | 0.38% | 0.5% | - |
| HSV(B) | 274.02º | 0.55% | 0.69% | - |
| XYZ | 20.14 | 13.53 | 42.11 | - |
| YUV | 105.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 175 | 0.24 | 0.55 | 0 | 0.31 | 274.02 | 0.38 | 0.5 |
| Hex | 85 | 4E | AF | 18 | 37 | 0 | 1F | 112 | 26 | 32 |
| Octal | 205 | 116 | 257 | 30 | 67 | 0 | 37 | 422 | 46 | 62 |
| Binary | 10000101 | 1001110 | 10101111 | 11000 | 110111 | 0 | 11111 | 100010010 | 100110 | 110010 |
Color Harmonies of #854EAF
Complementary color
Monochromatic Colors of #854EAF
Black with #854EAF
Text Example
Text Example
White with #854EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EAF; }
p { color: rgb(133,78,175); }
H1.HeaderClassName
{
color: #854EAF;
}
.AnyTagClassName
{
color: #854EAF;
}
</style>
background-color css
<style>
a { background-color: #854EAF; }
a { background-color: rgb(133,78,175); }
div.DivClassName
{
background-color: #854EAF;
}
.BgClassName
{
background-color: #854EAF;
}
</style>
border-color css
<style>
span { border-color: #854EAF; }
span { border-color: rgb(133,78,175); }
td.TdClassName
{
border-color: #854EAF;
}
.TagClassName
{
border-color: #854EAF;
}
</style>