Shades of True V #8769BC
Tints of True V #8769BC
RGB
CMYK
RGB Variations
Color information
#8769BC (or 0x8769BC) is known color: True V. HEX triplet: 87, 69 and BC. RGB value is (135,105,188). Sum of RGB (Red+Green+Blue) = 135+105+188=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8769BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769BC is #789643. Grayscale: #7B7B7B. Windows color (decimal): -7902788 or 12347783. OLE color: 12347783.
HSL color Cylindrical-coordinate representation of color #8769BC: hue angle of 261.69º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8769BC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 105 | 188 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.26 |
| HSL | 261.69º | 0.38% | 0.57% | - |
| HSV(B) | 261.69º | 0.44% | 0.74% | - |
| XYZ | 24.12 | 18.88 | 49.95 | - |
| YUV | 123.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 188 | 0.28 | 0.44 | 0 | 0.26 | 261.69 | 0.38 | 0.57 |
| Hex | 87 | 69 | BC | 1C | 2C | 0 | 1A | 106 | 26 | 39 |
| Octal | 207 | 151 | 274 | 34 | 54 | 0 | 32 | 406 | 46 | 71 |
| Binary | 10000111 | 1101001 | 10111100 | 11100 | 101100 | 0 | 11010 | 100000110 | 100110 | 111001 |
Color Harmonies of #8769BC
Complementary color
Monochromatic Colors of #8769BC
Black with #8769BC
Text Example
Text Example
White with #8769BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8769BC; }
p { color: rgb(135,105,188); }
H1.HeaderClassName
{
color: #8769BC;
}
.AnyTagClassName
{
color: #8769BC;
}
</style>
background-color css
<style>
a { background-color: #8769BC; }
a { background-color: rgb(135,105,188); }
div.DivClassName
{
background-color: #8769BC;
}
.BgClassName
{
background-color: #8769BC;
}
</style>
border-color css
<style>
span { border-color: #8769BC; }
span { border-color: rgb(135,105,188); }
td.TdClassName
{
border-color: #8769BC;
}
.TagClassName
{
border-color: #8769BC;
}
</style>