Shades of True V #866BCD
Tints of True V #866BCD
RGB
CMYK
RGB Variations
Color information
#866BCD (or 0x866BCD) is known color: True V. HEX triplet: 86, 6B and CD. RGB value is (134,107,205). Sum of RGB (Red+Green+Blue) = 134+107+205=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #866BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BCD is #799432. Grayscale: #7D7D7D. Windows color (decimal): -7967795 or 13462406. OLE color: 13462406.
HSL color Cylindrical-coordinate representation of color #866BCD: hue angle of 256.53º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866BCD is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 107 | 205 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.20 |
| HSL | 256.53º | 0.49% | 0.61% | - |
| HSV(B) | 256.53º | 0.48% | 0.8% | - |
| XYZ | 26.11 | 19.99 | 60.24 | - |
| YUV | 126.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 205 | 0.35 | 0.48 | 0 | 0.20 | 256.53 | 0.49 | 0.61 |
| Hex | 86 | 6B | CD | 23 | 30 | 0 | 14 | 101 | 31 | 3D |
| Octal | 206 | 153 | 315 | 43 | 60 | 0 | 24 | 401 | 61 | 75 |
| Binary | 10000110 | 1101011 | 11001101 | 100011 | 110000 | 0 | 10100 | 100000001 | 110001 | 111101 |
Color Harmonies of #866BCD
Complementary color
Monochromatic Colors of #866BCD
Black with #866BCD
Text Example
Text Example
White with #866BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BCD; }
p { color: rgb(134,107,205); }
H1.HeaderClassName
{
color: #866BCD;
}
.AnyTagClassName
{
color: #866BCD;
}
</style>
background-color css
<style>
a { background-color: #866BCD; }
a { background-color: rgb(134,107,205); }
div.DivClassName
{
background-color: #866BCD;
}
.BgClassName
{
background-color: #866BCD;
}
</style>
border-color css
<style>
span { border-color: #866BCD; }
span { border-color: rgb(134,107,205); }
td.TdClassName
{
border-color: #866BCD;
}
.TagClassName
{
border-color: #866BCD;
}
</style>