Shades of True V #8B78BA
Tints of True V #8B78BA
RGB
CMYK
RGB Variations
Color information
#8B78BA (or 0x8B78BA) is known color: True V. HEX triplet: 8B, 78 and BA. RGB value is (139,120,186). Sum of RGB (Red+Green+Blue) = 139+120+186=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78BA is #748745. Grayscale: #848484. Windows color (decimal): -7636806 or 12220555. OLE color: 12220555.
HSL color Cylindrical-coordinate representation of color #8B78BA: hue angle of 257.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B78BA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 120 | 186 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.27 |
| HSL | 257.27º | 0.32% | 0.6% | - |
| HSV(B) | 257.27º | 0.35% | 0.73% | - |
| XYZ | 26.23 | 22.47 | 49.41 | - |
| YUV | 133.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 186 | 0.25 | 0.35 | 0 | 0.27 | 257.27 | 0.32 | 0.6 |
| Hex | 8B | 78 | BA | 19 | 23 | 0 | 1B | 101 | 20 | 3C |
| Octal | 213 | 170 | 272 | 31 | 43 | 0 | 33 | 401 | 40 | 74 |
| Binary | 10001011 | 1111000 | 10111010 | 11001 | 100011 | 0 | 11011 | 100000001 | 100000 | 111100 |
Color Harmonies of #8B78BA
Complementary color
Monochromatic Colors of #8B78BA
Black with #8B78BA
Text Example
Text Example
White with #8B78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78BA; }
p { color: rgb(139,120,186); }
H1.HeaderClassName
{
color: #8B78BA;
}
.AnyTagClassName
{
color: #8B78BA;
}
</style>
background-color css
<style>
a { background-color: #8B78BA; }
a { background-color: rgb(139,120,186); }
div.DivClassName
{
background-color: #8B78BA;
}
.BgClassName
{
background-color: #8B78BA;
}
</style>
border-color css
<style>
span { border-color: #8B78BA; }
span { border-color: rgb(139,120,186); }
td.TdClassName
{
border-color: #8B78BA;
}
.TagClassName
{
border-color: #8B78BA;
}
</style>