Shades of True V #8868BC
Tints of True V #8868BC
RGB
CMYK
RGB Variations
Color information
#8868BC (or 0x8868BC) is known color: True V. HEX triplet: 88, 68 and BC. RGB value is (136,104,188). Sum of RGB (Red+Green+Blue) = 136+104+188=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8868BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868BC is #779743. Grayscale: #7A7A7A. Windows color (decimal): -7837508 or 12347528. OLE color: 12347528.
HSL color Cylindrical-coordinate representation of color #8868BC: hue angle of 262.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8868BC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 104 | 188 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.26 |
| HSL | 262.86º | 0.39% | 0.57% | - |
| HSV(B) | 262.86º | 0.45% | 0.74% | - |
| XYZ | 24.18 | 18.77 | 49.92 | - |
| YUV | 123.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 188 | 0.28 | 0.45 | 0 | 0.26 | 262.86 | 0.39 | 0.57 |
| Hex | 88 | 68 | BC | 1C | 2D | 0 | 1A | 107 | 27 | 39 |
| Octal | 210 | 150 | 274 | 34 | 55 | 0 | 32 | 407 | 47 | 71 |
| Binary | 10001000 | 1101000 | 10111100 | 11100 | 101101 | 0 | 11010 | 100000111 | 100111 | 111001 |
Color Harmonies of #8868BC
Complementary color
Monochromatic Colors of #8868BC
Black with #8868BC
Text Example
Text Example
White with #8868BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868BC; }
p { color: rgb(136,104,188); }
H1.HeaderClassName
{
color: #8868BC;
}
.AnyTagClassName
{
color: #8868BC;
}
</style>
background-color css
<style>
a { background-color: #8868BC; }
a { background-color: rgb(136,104,188); }
div.DivClassName
{
background-color: #8868BC;
}
.BgClassName
{
background-color: #8868BC;
}
</style>
border-color css
<style>
span { border-color: #8868BC; }
span { border-color: rgb(136,104,188); }
td.TdClassName
{
border-color: #8868BC;
}
.TagClassName
{
border-color: #8868BC;
}
</style>