Shades of True V #8774BC
Tints of True V #8774BC
RGB
CMYK
RGB Variations
Color information
#8774BC (or 0x8774BC) is known color: True V. HEX triplet: 87, 74 and BC. RGB value is (135,116,188). Sum of RGB (Red+Green+Blue) = 135+116+188=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8774BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774BC is #788B43. Grayscale: #818181. Windows color (decimal): -7899972 or 12350599. OLE color: 12350599.
HSL color Cylindrical-coordinate representation of color #8774BC: hue angle of 255.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8774BC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 116 | 188 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.26 |
| HSL | 255.83º | 0.35% | 0.6% | - |
| HSV(B) | 255.83º | 0.38% | 0.74% | - |
| XYZ | 25.31 | 21.27 | 50.35 | - |
| YUV | 129.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 188 | 0.28 | 0.38 | 0 | 0.26 | 255.83 | 0.35 | 0.6 |
| Hex | 87 | 74 | BC | 1C | 26 | 0 | 1A | 100 | 23 | 3C |
| Octal | 207 | 164 | 274 | 34 | 46 | 0 | 32 | 400 | 43 | 74 |
| Binary | 10000111 | 1110100 | 10111100 | 11100 | 100110 | 0 | 11010 | 100000000 | 100011 | 111100 |
Color Harmonies of #8774BC
Complementary color
Monochromatic Colors of #8774BC
Black with #8774BC
Text Example
Text Example
White with #8774BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8774BC; }
p { color: rgb(135,116,188); }
H1.HeaderClassName
{
color: #8774BC;
}
.AnyTagClassName
{
color: #8774BC;
}
</style>
background-color css
<style>
a { background-color: #8774BC; }
a { background-color: rgb(135,116,188); }
div.DivClassName
{
background-color: #8774BC;
}
.BgClassName
{
background-color: #8774BC;
}
</style>
border-color css
<style>
span { border-color: #8774BC; }
span { border-color: rgb(135,116,188); }
td.TdClassName
{
border-color: #8774BC;
}
.TagClassName
{
border-color: #8774BC;
}
</style>