Shades of True V #866BBF
Tints of True V #866BBF
RGB
CMYK
RGB Variations
Color information
#866BBF (or 0x866BBF) is known color: True V. HEX triplet: 86, 6B and BF. RGB value is (134,107,191). Sum of RGB (Red+Green+Blue) = 134+107+191=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #866BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BBF is #799440. Grayscale: #7C7C7C. Windows color (decimal): -7967809 or 12544902. OLE color: 12544902.
HSL color Cylindrical-coordinate representation of color #866BBF: hue angle of 259.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #866BBF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 107 | 191 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.25 |
| HSL | 259.29º | 0.4% | 0.58% | - |
| HSV(B) | 259.29º | 0.44% | 0.75% | - |
| XYZ | 24.49 | 19.35 | 51.73 | - |
| YUV | 124.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 191 | 0.30 | 0.44 | 0 | 0.25 | 259.29 | 0.4 | 0.58 |
| Hex | 86 | 6B | BF | 1E | 2C | 0 | 19 | 103 | 28 | 3A |
| Octal | 206 | 153 | 277 | 36 | 54 | 0 | 31 | 403 | 50 | 72 |
| Binary | 10000110 | 1101011 | 10111111 | 11110 | 101100 | 0 | 11001 | 100000011 | 101000 | 111010 |
Color Harmonies of #866BBF
Complementary color
Monochromatic Colors of #866BBF
Black with #866BBF
Text Example
Text Example
White with #866BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BBF; }
p { color: rgb(134,107,191); }
H1.HeaderClassName
{
color: #866BBF;
}
.AnyTagClassName
{
color: #866BBF;
}
</style>
background-color css
<style>
a { background-color: #866BBF; }
a { background-color: rgb(134,107,191); }
div.DivClassName
{
background-color: #866BBF;
}
.BgClassName
{
background-color: #866BBF;
}
</style>
border-color css
<style>
span { border-color: #866BBF; }
span { border-color: rgb(134,107,191); }
td.TdClassName
{
border-color: #866BBF;
}
.TagClassName
{
border-color: #866BBF;
}
</style>