Shades of True V #8B7ABB
Tints of True V #8B7ABB
RGB
CMYK
RGB Variations
Color information
#8B7ABB (or 0x8B7ABB) is known color: True V. HEX triplet: 8B, 7A and BB. RGB value is (139,122,187). Sum of RGB (Red+Green+Blue) = 139+122+187=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABB is #748544. Grayscale: #868686. Windows color (decimal): -7636293 or 12286603. OLE color: 12286603.
HSL color Cylindrical-coordinate representation of color #8B7ABB: hue angle of 255.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7ABB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 122 | 187 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.27 |
| HSL | 255.69º | 0.32% | 0.61% | - |
| HSV(B) | 255.69º | 0.35% | 0.73% | - |
| XYZ | 26.58 | 23 | 50.05 | - |
| YUV | 134.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 187 | 0.26 | 0.35 | 0 | 0.27 | 255.69 | 0.32 | 0.61 |
| Hex | 8B | 7A | BB | 1A | 23 | 0 | 1B | 100 | 20 | 3D |
| Octal | 213 | 172 | 273 | 32 | 43 | 0 | 33 | 400 | 40 | 75 |
| Binary | 10001011 | 1111010 | 10111011 | 11010 | 100011 | 0 | 11011 | 100000000 | 100000 | 111101 |
Color Harmonies of #8B7ABB
Complementary color
Monochromatic Colors of #8B7ABB
Black with #8B7ABB
Text Example
Text Example
White with #8B7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ABB; }
p { color: rgb(139,122,187); }
H1.HeaderClassName
{
color: #8B7ABB;
}
.AnyTagClassName
{
color: #8B7ABB;
}
</style>
background-color css
<style>
a { background-color: #8B7ABB; }
a { background-color: rgb(139,122,187); }
div.DivClassName
{
background-color: #8B7ABB;
}
.BgClassName
{
background-color: #8B7ABB;
}
</style>
border-color css
<style>
span { border-color: #8B7ABB; }
span { border-color: rgb(139,122,187); }
td.TdClassName
{
border-color: #8B7ABB;
}
.TagClassName
{
border-color: #8B7ABB;
}
</style>