Shades of True V #8775BA
Tints of True V #8775BA
RGB
CMYK
RGB Variations
Color information
#8775BA (or 0x8775BA) is known color: True V. HEX triplet: 87, 75 and BA. RGB value is (135,117,186). Sum of RGB (Red+Green+Blue) = 135+117+186=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775BA is #788A45. Grayscale: #818181. Windows color (decimal): -7899718 or 12219783. OLE color: 12219783.
HSL color Cylindrical-coordinate representation of color #8775BA: hue angle of 255.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8775BA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 117 | 186 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.27 |
| HSL | 255.65º | 0.33% | 0.59% | - |
| HSV(B) | 255.65º | 0.37% | 0.73% | - |
| XYZ | 25.22 | 21.42 | 49.26 | - |
| YUV | 130.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 186 | 0.27 | 0.37 | 0 | 0.27 | 255.65 | 0.33 | 0.59 |
| Hex | 87 | 75 | BA | 1B | 25 | 0 | 1B | 100 | 21 | 3B |
| Octal | 207 | 165 | 272 | 33 | 45 | 0 | 33 | 400 | 41 | 73 |
| Binary | 10000111 | 1110101 | 10111010 | 11011 | 100101 | 0 | 11011 | 100000000 | 100001 | 111011 |
Color Harmonies of #8775BA
Complementary color
Monochromatic Colors of #8775BA
Black with #8775BA
Text Example
Text Example
White with #8775BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8775BA; }
p { color: rgb(135,117,186); }
H1.HeaderClassName
{
color: #8775BA;
}
.AnyTagClassName
{
color: #8775BA;
}
</style>
background-color css
<style>
a { background-color: #8775BA; }
a { background-color: rgb(135,117,186); }
div.DivClassName
{
background-color: #8775BA;
}
.BgClassName
{
background-color: #8775BA;
}
</style>
border-color css
<style>
span { border-color: #8775BA; }
span { border-color: rgb(135,117,186); }
td.TdClassName
{
border-color: #8775BA;
}
.TagClassName
{
border-color: #8775BA;
}
</style>