Shades of True V #8774BA
Tints of True V #8774BA
RGB
CMYK
RGB Variations
Color information
#8774BA (or 0x8774BA) is known color: True V. HEX triplet: 87, 74 and BA. RGB value is (135,116,186). Sum of RGB (Red+Green+Blue) = 135+116+186=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8774BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BA is #788B45. Grayscale: #818181. Windows color (decimal): -7899974 or 12219527. OLE color: 12219527.
HSL color Cylindrical-coordinate representation of color #8774BA: hue angle of 256.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8774BA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 116 | 186 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.27 |
| HSL | 256.29º | 0.34% | 0.59% | - |
| HSV(B) | 256.29º | 0.38% | 0.73% | - |
| XYZ | 25.1 | 21.19 | 49.22 | - |
| YUV | 129.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 186 | 0.27 | 0.38 | 0 | 0.27 | 256.29 | 0.34 | 0.59 |
| Hex | 87 | 74 | BA | 1B | 26 | 0 | 1B | 100 | 22 | 3B |
| Octal | 207 | 164 | 272 | 33 | 46 | 0 | 33 | 400 | 42 | 73 |
| Binary | 10000111 | 1110100 | 10111010 | 11011 | 100110 | 0 | 11011 | 100000000 | 100010 | 111011 |
Color Harmonies of #8774BA
Complementary color
Monochromatic Colors of #8774BA
Black with #8774BA
Text Example
Text Example
White with #8774BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8774BA; }
p { color: rgb(135,116,186); }
H1.HeaderClassName
{
color: #8774BA;
}
.AnyTagClassName
{
color: #8774BA;
}
</style>
background-color css
<style>
a { background-color: #8774BA; }
a { background-color: rgb(135,116,186); }
div.DivClassName
{
background-color: #8774BA;
}
.BgClassName
{
background-color: #8774BA;
}
</style>
border-color css
<style>
span { border-color: #8774BA; }
span { border-color: rgb(135,116,186); }
td.TdClassName
{
border-color: #8774BA;
}
.TagClassName
{
border-color: #8774BA;
}
</style>