Shades of True V #866CBF
Tints of True V #866CBF
RGB
CMYK
RGB Variations
Color information
#866CBF (or 0x866CBF) is known color: True V. HEX triplet: 86, 6C and BF. RGB value is (134,108,191). Sum of RGB (Red+Green+Blue) = 134+108+191=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #866CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CBF is #799340. Grayscale: #7C7C7C. Windows color (decimal): -7967553 or 12545158. OLE color: 12545158.
HSL color Cylindrical-coordinate representation of color #866CBF: hue angle of 258.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #866CBF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 108 | 191 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.25 |
| HSL | 258.8º | 0.39% | 0.59% | - |
| HSV(B) | 258.8º | 0.43% | 0.75% | - |
| XYZ | 24.6 | 19.56 | 51.77 | - |
| YUV | 125.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 191 | 0.30 | 0.43 | 0 | 0.25 | 258.8 | 0.39 | 0.59 |
| Hex | 86 | 6C | BF | 1E | 2B | 0 | 19 | 103 | 27 | 3B |
| Octal | 206 | 154 | 277 | 36 | 53 | 0 | 31 | 403 | 47 | 73 |
| Binary | 10000110 | 1101100 | 10111111 | 11110 | 101011 | 0 | 11001 | 100000011 | 100111 | 111011 |
Color Harmonies of #866CBF
Complementary color
Monochromatic Colors of #866CBF
Black with #866CBF
Text Example
Text Example
White with #866CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CBF; }
p { color: rgb(134,108,191); }
H1.HeaderClassName
{
color: #866CBF;
}
.AnyTagClassName
{
color: #866CBF;
}
</style>
background-color css
<style>
a { background-color: #866CBF; }
a { background-color: rgb(134,108,191); }
div.DivClassName
{
background-color: #866CBF;
}
.BgClassName
{
background-color: #866CBF;
}
</style>
border-color css
<style>
span { border-color: #866CBF; }
span { border-color: rgb(134,108,191); }
td.TdClassName
{
border-color: #866CBF;
}
.TagClassName
{
border-color: #866CBF;
}
</style>