Shades of True V #866ECB
Tints of True V #866ECB
RGB
CMYK
RGB Variations
Color information
#866ECB (or 0x866ECB) is known color: True V. HEX triplet: 86, 6E and CB. RGB value is (134,110,203). Sum of RGB (Red+Green+Blue) = 134+110+203=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #866ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ECB is #799134. Grayscale: #7F7F7F. Windows color (decimal): -7967029 or 13332102. OLE color: 13332102.
HSL color Cylindrical-coordinate representation of color #866ECB: hue angle of 255.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866ECB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 110 | 203 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.20 |
| HSL | 255.48º | 0.47% | 0.61% | - |
| HSV(B) | 255.48º | 0.46% | 0.8% | - |
| XYZ | 26.19 | 20.53 | 59.08 | - |
| YUV | 127.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 203 | 0.34 | 0.46 | 0 | 0.20 | 255.48 | 0.47 | 0.61 |
| Hex | 86 | 6E | CB | 22 | 2E | 0 | 14 | FF | 2F | 3D |
| Octal | 206 | 156 | 313 | 42 | 56 | 0 | 24 | 377 | 57 | 75 |
| Binary | 10000110 | 1101110 | 11001011 | 100010 | 101110 | 0 | 10100 | 11111111 | 101111 | 111101 |
Color Harmonies of #866ECB
Complementary color
Monochromatic Colors of #866ECB
Black with #866ECB
Text Example
Text Example
White with #866ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866ECB; }
p { color: rgb(134,110,203); }
H1.HeaderClassName
{
color: #866ECB;
}
.AnyTagClassName
{
color: #866ECB;
}
</style>
background-color css
<style>
a { background-color: #866ECB; }
a { background-color: rgb(134,110,203); }
div.DivClassName
{
background-color: #866ECB;
}
.BgClassName
{
background-color: #866ECB;
}
</style>
border-color css
<style>
span { border-color: #866ECB; }
span { border-color: rgb(134,110,203); }
td.TdClassName
{
border-color: #866ECB;
}
.TagClassName
{
border-color: #866ECB;
}
</style>