Shades of Studio #864CA7
Tints of Studio #864CA7
RGB
CMYK
RGB Variations
Color information
#864CA7 (or 0x864CA7) is known color: Studio. HEX triplet: 86, 4C and A7. RGB value is (134,76,167). Sum of RGB (Red+Green+Blue) = 134+76+167=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #864CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864CA7 is #79B358. Grayscale: #676767. Windows color (decimal): -7975769 or 10964102. OLE color: 10964102.
HSL color Cylindrical-coordinate representation of color #864CA7: hue angle of 278.24º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864CA7 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 76 | 167 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.35 |
| HSL | 278.24º | 0.37% | 0.48% | - |
| HSV(B) | 278.24º | 0.54% | 0.65% | - |
| XYZ | 19.39 | 13.03 | 38.05 | - |
| YUV | 103.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 167 | 0.20 | 0.54 | 0 | 0.35 | 278.24 | 0.37 | 0.48 |
| Hex | 86 | 4C | A7 | 14 | 36 | 0 | 23 | 116 | 25 | 30 |
| Octal | 206 | 114 | 247 | 24 | 66 | 0 | 43 | 426 | 45 | 60 |
| Binary | 10000110 | 1001100 | 10100111 | 10100 | 110110 | 0 | 100011 | 100010110 | 100101 | 110000 |
Color Harmonies of #864CA7
Complementary color
Monochromatic Colors of #864CA7
Black with #864CA7
Text Example
Text Example
White with #864CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CA7; }
p { color: rgb(134,76,167); }
H1.HeaderClassName
{
color: #864CA7;
}
.AnyTagClassName
{
color: #864CA7;
}
</style>
background-color css
<style>
a { background-color: #864CA7; }
a { background-color: rgb(134,76,167); }
div.DivClassName
{
background-color: #864CA7;
}
.BgClassName
{
background-color: #864CA7;
}
</style>
border-color css
<style>
span { border-color: #864CA7; }
span { border-color: rgb(134,76,167); }
td.TdClassName
{
border-color: #864CA7;
}
.TagClassName
{
border-color: #864CA7;
}
</style>