Shades of Studio #864EA1
Tints of Studio #864EA1
RGB
CMYK
RGB Variations
Color information
#864EA1 (or 0x864EA1) is known color: Studio. HEX triplet: 86, 4E and A1. RGB value is (134,78,161). Sum of RGB (Red+Green+Blue) = 134+78+161=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #864EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864EA1 is #79B15E. Grayscale: #676767. Windows color (decimal): -7975263 or 10571398. OLE color: 10571398.
HSL color Cylindrical-coordinate representation of color #864EA1: hue angle of 280.48º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864EA1 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 78 | 161 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.37 |
| HSL | 280.48º | 0.35% | 0.47% | - |
| HSV(B) | 280.48º | 0.52% | 0.63% | - |
| XYZ | 18.99 | 13.09 | 35.24 | - |
| YUV | 104.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 161 | 0.17 | 0.52 | 0 | 0.37 | 280.48 | 0.35 | 0.47 |
| Hex | 86 | 4E | A1 | 11 | 34 | 0 | 25 | 118 | 23 | 2F |
| Octal | 206 | 116 | 241 | 21 | 64 | 0 | 45 | 430 | 43 | 57 |
| Binary | 10000110 | 1001110 | 10100001 | 10001 | 110100 | 0 | 100101 | 100011000 | 100011 | 101111 |
Color Harmonies of #864EA1
Complementary color
Monochromatic Colors of #864EA1
Black with #864EA1
Text Example
Text Example
White with #864EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EA1; }
p { color: rgb(134,78,161); }
H1.HeaderClassName
{
color: #864EA1;
}
.AnyTagClassName
{
color: #864EA1;
}
</style>
background-color css
<style>
a { background-color: #864EA1; }
a { background-color: rgb(134,78,161); }
div.DivClassName
{
background-color: #864EA1;
}
.BgClassName
{
background-color: #864EA1;
}
</style>
border-color css
<style>
span { border-color: #864EA1; }
span { border-color: rgb(134,78,161); }
td.TdClassName
{
border-color: #864EA1;
}
.TagClassName
{
border-color: #864EA1;
}
</style>