Shades of True V #866BCE
Tints of True V #866BCE
RGB
CMYK
RGB Variations
Color information
#866BCE (or 0x866BCE) is known color: True V. HEX triplet: 86, 6B and CE. RGB value is (134,107,206). Sum of RGB (Red+Green+Blue) = 134+107+206=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #866BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BCE is #799431. Grayscale: #7D7D7D. Windows color (decimal): -7967794 or 13527942. OLE color: 13527942.
HSL color Cylindrical-coordinate representation of color #866BCE: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866BCE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 107 | 206 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.19 |
| HSL | 256.36º | 0.5% | 0.61% | - |
| HSV(B) | 256.36º | 0.48% | 0.81% | - |
| XYZ | 26.23 | 20.04 | 60.88 | - |
| YUV | 126.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 206 | 0.35 | 0.48 | 0 | 0.19 | 256.36 | 0.5 | 0.61 |
| Hex | 86 | 6B | CE | 23 | 30 | 0 | 13 | 100 | 32 | 3D |
| Octal | 206 | 153 | 316 | 43 | 60 | 0 | 23 | 400 | 62 | 75 |
| Binary | 10000110 | 1101011 | 11001110 | 100011 | 110000 | 0 | 10011 | 100000000 | 110010 | 111101 |
Color Harmonies of #866BCE
Complementary color
Monochromatic Colors of #866BCE
Black with #866BCE
Text Example
Text Example
White with #866BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BCE; }
p { color: rgb(134,107,206); }
H1.HeaderClassName
{
color: #866BCE;
}
.AnyTagClassName
{
color: #866BCE;
}
</style>
background-color css
<style>
a { background-color: #866BCE; }
a { background-color: rgb(134,107,206); }
div.DivClassName
{
background-color: #866BCE;
}
.BgClassName
{
background-color: #866BCE;
}
</style>
border-color css
<style>
span { border-color: #866BCE; }
span { border-color: rgb(134,107,206); }
td.TdClassName
{
border-color: #866BCE;
}
.TagClassName
{
border-color: #866BCE;
}
</style>