Shades of True V #8768BB
Tints of True V #8768BB
RGB
CMYK
RGB Variations
Color information
#8768BB (or 0x8768BB) is known color: True V. HEX triplet: 87, 68 and BB. RGB value is (135,104,187). Sum of RGB (Red+Green+Blue) = 135+104+187=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #8768BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BB is #789744. Grayscale: #7A7A7A. Windows color (decimal): -7903045 or 12281991. OLE color: 12281991.
HSL color Cylindrical-coordinate representation of color #8768BB: hue angle of 262.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8768BB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 104 | 187 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.27 |
| HSL | 262.41º | 0.38% | 0.57% | - |
| HSV(B) | 262.41º | 0.44% | 0.73% | - |
| XYZ | 23.91 | 18.64 | 49.35 | - |
| YUV | 122.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 187 | 0.28 | 0.44 | 0 | 0.27 | 262.41 | 0.38 | 0.57 |
| Hex | 87 | 68 | BB | 1C | 2C | 0 | 1B | 106 | 26 | 39 |
| Octal | 207 | 150 | 273 | 34 | 54 | 0 | 33 | 406 | 46 | 71 |
| Binary | 10000111 | 1101000 | 10111011 | 11100 | 101100 | 0 | 11011 | 100000110 | 100110 | 111001 |
Color Harmonies of #8768BB
Complementary color
Monochromatic Colors of #8768BB
Black with #8768BB
Text Example
Text Example
White with #8768BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768BB; }
p { color: rgb(135,104,187); }
H1.HeaderClassName
{
color: #8768BB;
}
.AnyTagClassName
{
color: #8768BB;
}
</style>
background-color css
<style>
a { background-color: #8768BB; }
a { background-color: rgb(135,104,187); }
div.DivClassName
{
background-color: #8768BB;
}
.BgClassName
{
background-color: #8768BB;
}
</style>
border-color css
<style>
span { border-color: #8768BB; }
span { border-color: rgb(135,104,187); }
td.TdClassName
{
border-color: #8768BB;
}
.TagClassName
{
border-color: #8768BB;
}
</style>