Shades of True V #8768BC
Tints of True V #8768BC
RGB
CMYK
RGB Variations
Color information
#8768BC (or 0x8768BC) is known color: True V. HEX triplet: 87, 68 and BC. RGB value is (135,104,188). Sum of RGB (Red+Green+Blue) = 135+104+188=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #8768BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BC is #789743. Grayscale: #7A7A7A. Windows color (decimal): -7903044 or 12347527. OLE color: 12347527.
HSL color Cylindrical-coordinate representation of color #8768BC: hue angle of 262.14º 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 #8768BC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 104 | 188 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.26 |
| HSL | 262.14º | 0.39% | 0.57% | - |
| HSV(B) | 262.14º | 0.45% | 0.74% | - |
| XYZ | 24.02 | 18.68 | 49.92 | - |
| YUV | 122.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 188 | 0.28 | 0.45 | 0 | 0.26 | 262.14 | 0.39 | 0.57 |
| Hex | 87 | 68 | BC | 1C | 2D | 0 | 1A | 106 | 27 | 39 |
| Octal | 207 | 150 | 274 | 34 | 55 | 0 | 32 | 406 | 47 | 71 |
| Binary | 10000111 | 1101000 | 10111100 | 11100 | 101101 | 0 | 11010 | 100000110 | 100111 | 111001 |
Color Harmonies of #8768BC
Complementary color
Monochromatic Colors of #8768BC
Black with #8768BC
Text Example
Text Example
White with #8768BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768BC; }
p { color: rgb(135,104,188); }
H1.HeaderClassName
{
color: #8768BC;
}
.AnyTagClassName
{
color: #8768BC;
}
</style>
background-color css
<style>
a { background-color: #8768BC; }
a { background-color: rgb(135,104,188); }
div.DivClassName
{
background-color: #8768BC;
}
.BgClassName
{
background-color: #8768BC;
}
</style>
border-color css
<style>
span { border-color: #8768BC; }
span { border-color: rgb(135,104,188); }
td.TdClassName
{
border-color: #8768BC;
}
.TagClassName
{
border-color: #8768BC;
}
</style>