Shades of True V #8770BF
Tints of True V #8770BF
RGB
CMYK
RGB Variations
Color information
#8770BF (or 0x8770BF) is known color: True V. HEX triplet: 87, 70 and BF. RGB value is (135,112,191). Sum of RGB (Red+Green+Blue) = 135+112+191=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770BF is #788F40. Grayscale: #7F7F7F. Windows color (decimal): -7900993 or 12546183. OLE color: 12546183.
HSL color Cylindrical-coordinate representation of color #8770BF: hue angle of 257.47º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8770BF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 112 | 191 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.25 |
| HSL | 257.47º | 0.38% | 0.59% | - |
| HSV(B) | 257.47º | 0.41% | 0.75% | - |
| XYZ | 25.19 | 20.5 | 51.92 | - |
| YUV | 127.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 191 | 0.29 | 0.41 | 0 | 0.25 | 257.47 | 0.38 | 0.59 |
| Hex | 87 | 70 | BF | 1D | 29 | 0 | 19 | 101 | 26 | 3B |
| Octal | 207 | 160 | 277 | 35 | 51 | 0 | 31 | 401 | 46 | 73 |
| Binary | 10000111 | 1110000 | 10111111 | 11101 | 101001 | 0 | 11001 | 100000001 | 100110 | 111011 |
Color Harmonies of #8770BF
Complementary color
Monochromatic Colors of #8770BF
Black with #8770BF
Text Example
Text Example
White with #8770BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770BF; }
p { color: rgb(135,112,191); }
H1.HeaderClassName
{
color: #8770BF;
}
.AnyTagClassName
{
color: #8770BF;
}
</style>
background-color css
<style>
a { background-color: #8770BF; }
a { background-color: rgb(135,112,191); }
div.DivClassName
{
background-color: #8770BF;
}
.BgClassName
{
background-color: #8770BF;
}
</style>
border-color css
<style>
span { border-color: #8770BF; }
span { border-color: rgb(135,112,191); }
td.TdClassName
{
border-color: #8770BF;
}
.TagClassName
{
border-color: #8770BF;
}
</style>