Shades of True V #865ECB
Tints of True V #865ECB
RGB
CMYK
RGB Variations
Color information
#865ECB (or 0x865ECB) is known color: True V. HEX triplet: 86, 5E and CB. RGB value is (134,94,203). Sum of RGB (Red+Green+Blue) = 134+94+203=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #865ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ECB is #79A134. Grayscale: #757575. Windows color (decimal): -7971125 or 13328006. OLE color: 13328006.
HSL color Cylindrical-coordinate representation of color #865ECB: hue angle of 262.02º degrees, saturation: 0.51, 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 #865ECB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 94 | 203 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.20 |
| HSL | 262.02º | 0.51% | 0.58% | - |
| HSV(B) | 262.02º | 0.54% | 0.8% | - |
| XYZ | 24.61 | 17.39 | 58.56 | - |
| YUV | 118.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 203 | 0.34 | 0.54 | 0 | 0.20 | 262.02 | 0.51 | 0.58 |
| Hex | 86 | 5E | CB | 22 | 36 | 0 | 14 | 106 | 33 | 3A |
| Octal | 206 | 136 | 313 | 42 | 66 | 0 | 24 | 406 | 63 | 72 |
| Binary | 10000110 | 1011110 | 11001011 | 100010 | 110110 | 0 | 10100 | 100000110 | 110011 | 111010 |
Color Harmonies of #865ECB
Complementary color
Monochromatic Colors of #865ECB
Black with #865ECB
Text Example
Text Example
White with #865ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ECB; }
p { color: rgb(134,94,203); }
H1.HeaderClassName
{
color: #865ECB;
}
.AnyTagClassName
{
color: #865ECB;
}
</style>
background-color css
<style>
a { background-color: #865ECB; }
a { background-color: rgb(134,94,203); }
div.DivClassName
{
background-color: #865ECB;
}
.BgClassName
{
background-color: #865ECB;
}
</style>
border-color css
<style>
span { border-color: #865ECB; }
span { border-color: rgb(134,94,203); }
td.TdClassName
{
border-color: #865ECB;
}
.TagClassName
{
border-color: #865ECB;
}
</style>