Shades of True V #866FCB
Tints of True V #866FCB
RGB
CMYK
RGB Variations
Color information
#866FCB (or 0x866FCB) is known color: True V. HEX triplet: 86, 6F and CB. RGB value is (134,111,203). Sum of RGB (Red+Green+Blue) = 134+111+203=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #866FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FCB is #799034. Grayscale: #808080. Windows color (decimal): -7966773 or 13332358. OLE color: 13332358.
HSL color Cylindrical-coordinate representation of color #866FCB: hue angle of 255º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #866FCB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 111 | 203 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.20 |
| HSL | 255º | 0.47% | 0.62% | - |
| HSV(B) | 255º | 0.45% | 0.8% | - |
| XYZ | 26.3 | 20.75 | 59.12 | - |
| YUV | 128.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 203 | 0.34 | 0.45 | 0 | 0.20 | 255 | 0.47 | 0.62 |
| Hex | 86 | 6F | CB | 22 | 2D | 0 | 14 | FF | 2F | 3E |
| Octal | 206 | 157 | 313 | 42 | 55 | 0 | 24 | 377 | 57 | 76 |
| Binary | 10000110 | 1101111 | 11001011 | 100010 | 101101 | 0 | 10100 | 11111111 | 101111 | 111110 |
Color Harmonies of #866FCB
Complementary color
Monochromatic Colors of #866FCB
Black with #866FCB
Text Example
Text Example
White with #866FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FCB; }
p { color: rgb(134,111,203); }
H1.HeaderClassName
{
color: #866FCB;
}
.AnyTagClassName
{
color: #866FCB;
}
</style>
background-color css
<style>
a { background-color: #866FCB; }
a { background-color: rgb(134,111,203); }
div.DivClassName
{
background-color: #866FCB;
}
.BgClassName
{
background-color: #866FCB;
}
</style>
border-color css
<style>
span { border-color: #866FCB; }
span { border-color: rgb(134,111,203); }
td.TdClassName
{
border-color: #866FCB;
}
.TagClassName
{
border-color: #866FCB;
}
</style>