Shades of True V #8866BE
Tints of True V #8866BE
RGB
CMYK
RGB Variations
Color information
#8866BE (or 0x8866BE) is known color: True V. HEX triplet: 88, 66 and BE. RGB value is (136,102,190). Sum of RGB (Red+Green+Blue) = 136+102+190=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8866BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866BE is #779941. Grayscale: #797979. Windows color (decimal): -7838018 or 12478088. OLE color: 12478088.
HSL color Cylindrical-coordinate representation of color #8866BE: hue angle of 263.18º 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 #8866BE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 102 | 190 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.25 |
| HSL | 263.18º | 0.4% | 0.57% | - |
| HSV(B) | 263.18º | 0.46% | 0.75% | - |
| XYZ | 24.2 | 18.45 | 51 | - |
| YUV | 122.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 190 | 0.28 | 0.46 | 0 | 0.25 | 263.18 | 0.4 | 0.57 |
| Hex | 88 | 66 | BE | 1C | 2E | 0 | 19 | 107 | 28 | 39 |
| Octal | 210 | 146 | 276 | 34 | 56 | 0 | 31 | 407 | 50 | 71 |
| Binary | 10001000 | 1100110 | 10111110 | 11100 | 101110 | 0 | 11001 | 100000111 | 101000 | 111001 |
Color Harmonies of #8866BE
Complementary color
Monochromatic Colors of #8866BE
Black with #8866BE
Text Example
Text Example
White with #8866BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866BE; }
p { color: rgb(136,102,190); }
H1.HeaderClassName
{
color: #8866BE;
}
.AnyTagClassName
{
color: #8866BE;
}
</style>
background-color css
<style>
a { background-color: #8866BE; }
a { background-color: rgb(136,102,190); }
div.DivClassName
{
background-color: #8866BE;
}
.BgClassName
{
background-color: #8866BE;
}
</style>
border-color css
<style>
span { border-color: #8866BE; }
span { border-color: rgb(136,102,190); }
td.TdClassName
{
border-color: #8866BE;
}
.TagClassName
{
border-color: #8866BE;
}
</style>