Shades of True V #8768BE
Tints of True V #8768BE
RGB
CMYK
RGB Variations
Color information
#8768BE (or 0x8768BE) is known color: True V. HEX triplet: 87, 68 and BE. RGB value is (135,104,190). Sum of RGB (Red+Green+Blue) = 135+104+190=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8768BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BE is #789741. Grayscale: #7A7A7A. Windows color (decimal): -7903042 or 12478599. OLE color: 12478599.
HSL color Cylindrical-coordinate representation of color #8768BE: hue angle of 261.63º 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 #8768BE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 104 | 190 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.25 |
| HSL | 261.63º | 0.4% | 0.58% | - |
| HSV(B) | 261.63º | 0.45% | 0.75% | - |
| XYZ | 24.24 | 18.77 | 51.06 | - |
| YUV | 123.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 190 | 0.29 | 0.45 | 0 | 0.25 | 261.63 | 0.4 | 0.58 |
| Hex | 87 | 68 | BE | 1D | 2D | 0 | 19 | 106 | 28 | 3A |
| Octal | 207 | 150 | 276 | 35 | 55 | 0 | 31 | 406 | 50 | 72 |
| Binary | 10000111 | 1101000 | 10111110 | 11101 | 101101 | 0 | 11001 | 100000110 | 101000 | 111010 |
Color Harmonies of #8768BE
Complementary color
Monochromatic Colors of #8768BE
Black with #8768BE
Text Example
Text Example
White with #8768BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768BE; }
p { color: rgb(135,104,190); }
H1.HeaderClassName
{
color: #8768BE;
}
.AnyTagClassName
{
color: #8768BE;
}
</style>
background-color css
<style>
a { background-color: #8768BE; }
a { background-color: rgb(135,104,190); }
div.DivClassName
{
background-color: #8768BE;
}
.BgClassName
{
background-color: #8768BE;
}
</style>
border-color css
<style>
span { border-color: #8768BE; }
span { border-color: rgb(135,104,190); }
td.TdClassName
{
border-color: #8768BE;
}
.TagClassName
{
border-color: #8768BE;
}
</style>