Shades of True V #8666BE
Tints of True V #8666BE
RGB
CMYK
RGB Variations
Color information
#8666BE (or 0x8666BE) is known color: True V. HEX triplet: 86, 66 and BE. RGB value is (134,102,190). Sum of RGB (Red+Green+Blue) = 134+102+190=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8666BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666BE is #799941. Grayscale: #797979. Windows color (decimal): -7969090 or 12478086. OLE color: 12478086.
HSL color Cylindrical-coordinate representation of color #8666BE: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8666BE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 102 | 190 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.25 |
| HSL | 261.82º | 0.4% | 0.57% | - |
| HSV(B) | 261.82º | 0.46% | 0.75% | - |
| XYZ | 23.88 | 18.29 | 50.99 | - |
| YUV | 121.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 190 | 0.29 | 0.46 | 0 | 0.25 | 261.82 | 0.4 | 0.57 |
| Hex | 86 | 66 | BE | 1D | 2E | 0 | 19 | 106 | 28 | 39 |
| Octal | 206 | 146 | 276 | 35 | 56 | 0 | 31 | 406 | 50 | 71 |
| Binary | 10000110 | 1100110 | 10111110 | 11101 | 101110 | 0 | 11001 | 100000110 | 101000 | 111001 |
Color Harmonies of #8666BE
Complementary color
Monochromatic Colors of #8666BE
Black with #8666BE
Text Example
Text Example
White with #8666BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666BE; }
p { color: rgb(134,102,190); }
H1.HeaderClassName
{
color: #8666BE;
}
.AnyTagClassName
{
color: #8666BE;
}
</style>
background-color css
<style>
a { background-color: #8666BE; }
a { background-color: rgb(134,102,190); }
div.DivClassName
{
background-color: #8666BE;
}
.BgClassName
{
background-color: #8666BE;
}
</style>
border-color css
<style>
span { border-color: #8666BE; }
span { border-color: rgb(134,102,190); }
td.TdClassName
{
border-color: #8666BE;
}
.TagClassName
{
border-color: #8666BE;
}
</style>