Shades of True V #8774BB
Tints of True V #8774BB
RGB
CMYK
RGB Variations
Color information
#8774BB (or 0x8774BB) is known color: True V. HEX triplet: 87, 74 and BB. RGB value is (135,116,187). Sum of RGB (Red+Green+Blue) = 135+116+187=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #8774BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BB is #788B44. Grayscale: #818181. Windows color (decimal): -7899973 or 12285063. OLE color: 12285063.
HSL color Cylindrical-coordinate representation of color #8774BB: hue angle of 256.06º 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 #8774BB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 116 | 187 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.27 |
| HSL | 256.06º | 0.34% | 0.59% | - |
| HSV(B) | 256.06º | 0.38% | 0.73% | - |
| XYZ | 25.21 | 21.23 | 49.78 | - |
| YUV | 129.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 187 | 0.28 | 0.38 | 0 | 0.27 | 256.06 | 0.34 | 0.59 |
| Hex | 87 | 74 | BB | 1C | 26 | 0 | 1B | 100 | 22 | 3B |
| Octal | 207 | 164 | 273 | 34 | 46 | 0 | 33 | 400 | 42 | 73 |
| Binary | 10000111 | 1110100 | 10111011 | 11100 | 100110 | 0 | 11011 | 100000000 | 100010 | 111011 |
Color Harmonies of #8774BB
Complementary color
Monochromatic Colors of #8774BB
Black with #8774BB
Text Example
Text Example
White with #8774BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8774BB; }
p { color: rgb(135,116,187); }
H1.HeaderClassName
{
color: #8774BB;
}
.AnyTagClassName
{
color: #8774BB;
}
</style>
background-color css
<style>
a { background-color: #8774BB; }
a { background-color: rgb(135,116,187); }
div.DivClassName
{
background-color: #8774BB;
}
.BgClassName
{
background-color: #8774BB;
}
</style>
border-color css
<style>
span { border-color: #8774BB; }
span { border-color: rgb(135,116,187); }
td.TdClassName
{
border-color: #8774BB;
}
.TagClassName
{
border-color: #8774BB;
}
</style>