Shades of Studio #864EA4
Tints of Studio #864EA4
RGB
CMYK
RGB Variations
Color information
#864EA4 (or 0x864EA4) is known color: Studio. HEX triplet: 86, 4E and A4. RGB value is (134,78,164). Sum of RGB (Red+Green+Blue) = 134+78+164=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #864EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864EA4 is #79B15B. Grayscale: #686868. Windows color (decimal): -7975260 or 10768006. OLE color: 10768006.
HSL color Cylindrical-coordinate representation of color #864EA4: hue angle of 279.07º degrees, saturation: 0.36, 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 #864EA4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 78 | 164 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.36 |
| HSL | 279.07º | 0.36% | 0.47% | - |
| HSV(B) | 279.07º | 0.52% | 0.64% | - |
| XYZ | 19.26 | 13.2 | 36.65 | - |
| YUV | 104.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 164 | 0.18 | 0.52 | 0 | 0.36 | 279.07 | 0.36 | 0.47 |
| Hex | 86 | 4E | A4 | 12 | 34 | 0 | 24 | 117 | 24 | 2F |
| Octal | 206 | 116 | 244 | 22 | 64 | 0 | 44 | 427 | 44 | 57 |
| Binary | 10000110 | 1001110 | 10100100 | 10010 | 110100 | 0 | 100100 | 100010111 | 100100 | 101111 |
Color Harmonies of #864EA4
Complementary color
Monochromatic Colors of #864EA4
Black with #864EA4
Text Example
Text Example
White with #864EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EA4; }
p { color: rgb(134,78,164); }
H1.HeaderClassName
{
color: #864EA4;
}
.AnyTagClassName
{
color: #864EA4;
}
</style>
background-color css
<style>
a { background-color: #864EA4; }
a { background-color: rgb(134,78,164); }
div.DivClassName
{
background-color: #864EA4;
}
.BgClassName
{
background-color: #864EA4;
}
</style>
border-color css
<style>
span { border-color: #864EA4; }
span { border-color: rgb(134,78,164); }
td.TdClassName
{
border-color: #864EA4;
}
.TagClassName
{
border-color: #864EA4;
}
</style>