Shades of True V #865ECC
Tints of True V #865ECC
RGB
CMYK
RGB Variations
Color information
#865ECC (or 0x865ECC) is known color: True V. HEX triplet: 86, 5E and CC. RGB value is (134,94,204). Sum of RGB (Red+Green+Blue) = 134+94+204=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #865ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ECC is #79A133. Grayscale: #767676. Windows color (decimal): -7971124 or 13393542. OLE color: 13393542.
HSL color Cylindrical-coordinate representation of color #865ECC: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865ECC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 94 | 204 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.2 |
| HSL | 261.82º | 0.52% | 0.58% | - |
| HSV(B) | 261.82º | 0.54% | 0.8% | - |
| XYZ | 24.73 | 17.43 | 59.19 | - |
| YUV | 118.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 204 | 0.34 | 0.54 | 0 | 0.2 | 261.82 | 0.52 | 0.58 |
| Hex | 86 | 5E | CC | 22 | 36 | 0 | 14 | 106 | 34 | 3A |
| Octal | 206 | 136 | 314 | 42 | 66 | 0 | 24 | 406 | 64 | 72 |
| Binary | 10000110 | 1011110 | 11001100 | 100010 | 110110 | 0 | 10100 | 100000110 | 110100 | 111010 |
Color Harmonies of #865ECC
Complementary color
Monochromatic Colors of #865ECC
Black with #865ECC
Text Example
Text Example
White with #865ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ECC; }
p { color: rgb(134,94,204); }
H1.HeaderClassName
{
color: #865ECC;
}
.AnyTagClassName
{
color: #865ECC;
}
</style>
background-color css
<style>
a { background-color: #865ECC; }
a { background-color: rgb(134,94,204); }
div.DivClassName
{
background-color: #865ECC;
}
.BgClassName
{
background-color: #865ECC;
}
</style>
border-color css
<style>
span { border-color: #865ECC; }
span { border-color: rgb(134,94,204); }
td.TdClassName
{
border-color: #865ECC;
}
.TagClassName
{
border-color: #865ECC;
}
</style>