Shades of True V #8868BE
Tints of True V #8868BE
RGB
CMYK
RGB Variations
Color information
#8868BE (or 0x8868BE) is known color: True V. HEX triplet: 88, 68 and BE. RGB value is (136,104,190). Sum of RGB (Red+Green+Blue) = 136+104+190=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #8868BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868BE is #779741. Grayscale: #7B7B7B. Windows color (decimal): -7837506 or 12478600. OLE color: 12478600.
HSL color Cylindrical-coordinate representation of color #8868BE: hue angle of 262.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8868BE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 104 | 190 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.25 |
| HSL | 262.33º | 0.4% | 0.58% | - |
| HSV(B) | 262.33º | 0.45% | 0.75% | - |
| XYZ | 24.4 | 18.85 | 51.07 | - |
| YUV | 123.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 190 | 0.28 | 0.45 | 0 | 0.25 | 262.33 | 0.4 | 0.58 |
| Hex | 88 | 68 | BE | 1C | 2D | 0 | 19 | 106 | 28 | 3A |
| Octal | 210 | 150 | 276 | 34 | 55 | 0 | 31 | 406 | 50 | 72 |
| Binary | 10001000 | 1101000 | 10111110 | 11100 | 101101 | 0 | 11001 | 100000110 | 101000 | 111010 |
Color Harmonies of #8868BE
Complementary color
Monochromatic Colors of #8868BE
Black with #8868BE
Text Example
Text Example
White with #8868BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868BE; }
p { color: rgb(136,104,190); }
H1.HeaderClassName
{
color: #8868BE;
}
.AnyTagClassName
{
color: #8868BE;
}
</style>
background-color css
<style>
a { background-color: #8868BE; }
a { background-color: rgb(136,104,190); }
div.DivClassName
{
background-color: #8868BE;
}
.BgClassName
{
background-color: #8868BE;
}
</style>
border-color css
<style>
span { border-color: #8868BE; }
span { border-color: rgb(136,104,190); }
td.TdClassName
{
border-color: #8868BE;
}
.TagClassName
{
border-color: #8868BE;
}
</style>