Shades of True V #8B77BE
Tints of True V #8B77BE
RGB
CMYK
RGB Variations
Color information
#8B77BE (or 0x8B77BE) is known color: True V. HEX triplet: 8B, 77 and BE. RGB value is (139,119,190). Sum of RGB (Red+Green+Blue) = 139+119+190=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77BE is #748841. Grayscale: #848484. Windows color (decimal): -7637058 or 12482443. OLE color: 12482443.
HSL color Cylindrical-coordinate representation of color #8B77BE: hue angle of 256.9º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B77BE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 119 | 190 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.25 |
| HSL | 256.9º | 0.35% | 0.61% | - |
| HSV(B) | 256.9º | 0.37% | 0.75% | - |
| XYZ | 26.54 | 22.4 | 51.64 | - |
| YUV | 133.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 190 | 0.27 | 0.37 | 0 | 0.25 | 256.9 | 0.35 | 0.61 |
| Hex | 8B | 77 | BE | 1B | 25 | 0 | 19 | 101 | 23 | 3D |
| Octal | 213 | 167 | 276 | 33 | 45 | 0 | 31 | 401 | 43 | 75 |
| Binary | 10001011 | 1110111 | 10111110 | 11011 | 100101 | 0 | 11001 | 100000001 | 100011 | 111101 |
Color Harmonies of #8B77BE
Complementary color
Monochromatic Colors of #8B77BE
Black with #8B77BE
Text Example
Text Example
White with #8B77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B77BE; }
p { color: rgb(139,119,190); }
H1.HeaderClassName
{
color: #8B77BE;
}
.AnyTagClassName
{
color: #8B77BE;
}
</style>
background-color css
<style>
a { background-color: #8B77BE; }
a { background-color: rgb(139,119,190); }
div.DivClassName
{
background-color: #8B77BE;
}
.BgClassName
{
background-color: #8B77BE;
}
</style>
border-color css
<style>
span { border-color: #8B77BE; }
span { border-color: rgb(139,119,190); }
td.TdClassName
{
border-color: #8B77BE;
}
.TagClassName
{
border-color: #8B77BE;
}
</style>