Shades of True V #8767BB
Tints of True V #8767BB
RGB
CMYK
RGB Variations
Color information
#8767BB (or 0x8767BB) is known color: True V. HEX triplet: 87, 67 and BB. RGB value is (135,103,187). Sum of RGB (Red+Green+Blue) = 135+103+187=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #8767BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767BB is #789844. Grayscale: #797979. Windows color (decimal): -7903301 or 12281735. OLE color: 12281735.
HSL color Cylindrical-coordinate representation of color #8767BB: hue angle of 262.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8767BB is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 103 | 187 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.27 |
| HSL | 262.86º | 0.38% | 0.57% | - |
| HSV(B) | 262.86º | 0.45% | 0.73% | - |
| XYZ | 23.81 | 18.44 | 49.32 | - |
| YUV | 122.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 187 | 0.28 | 0.45 | 0 | 0.27 | 262.86 | 0.38 | 0.57 |
| Hex | 87 | 67 | BB | 1C | 2D | 0 | 1B | 107 | 26 | 39 |
| Octal | 207 | 147 | 273 | 34 | 55 | 0 | 33 | 407 | 46 | 71 |
| Binary | 10000111 | 1100111 | 10111011 | 11100 | 101101 | 0 | 11011 | 100000111 | 100110 | 111001 |
Color Harmonies of #8767BB
Complementary color
Monochromatic Colors of #8767BB
Black with #8767BB
Text Example
Text Example
White with #8767BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8767BB; }
p { color: rgb(135,103,187); }
H1.HeaderClassName
{
color: #8767BB;
}
.AnyTagClassName
{
color: #8767BB;
}
</style>
background-color css
<style>
a { background-color: #8767BB; }
a { background-color: rgb(135,103,187); }
div.DivClassName
{
background-color: #8767BB;
}
.BgClassName
{
background-color: #8767BB;
}
</style>
border-color css
<style>
span { border-color: #8767BB; }
span { border-color: rgb(135,103,187); }
td.TdClassName
{
border-color: #8767BB;
}
.TagClassName
{
border-color: #8767BB;
}
</style>