Shades of True V #8B7ABC
Tints of True V #8B7ABC
RGB
CMYK
RGB Variations
Color information
#8B7ABC (or 0x8B7ABC) is known color: True V. HEX triplet: 8B, 7A and BC. RGB value is (139,122,188). Sum of RGB (Red+Green+Blue) = 139+122+188=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABC is #748543. Grayscale: #868686. Windows color (decimal): -7636292 or 12352139. OLE color: 12352139.
HSL color Cylindrical-coordinate representation of color #8B7ABC: hue angle of 255.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7ABC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 122 | 188 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.26 |
| HSL | 255.45º | 0.33% | 0.61% | - |
| HSV(B) | 255.45º | 0.35% | 0.74% | - |
| XYZ | 26.68 | 23.04 | 50.62 | - |
| YUV | 134.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 188 | 0.26 | 0.35 | 0 | 0.26 | 255.45 | 0.33 | 0.61 |
| Hex | 8B | 7A | BC | 1A | 23 | 0 | 1A | FF | 21 | 3D |
| Octal | 213 | 172 | 274 | 32 | 43 | 0 | 32 | 377 | 41 | 75 |
| Binary | 10001011 | 1111010 | 10111100 | 11010 | 100011 | 0 | 11010 | 11111111 | 100001 | 111101 |
Color Harmonies of #8B7ABC
Complementary color
Monochromatic Colors of #8B7ABC
Black with #8B7ABC
Text Example
Text Example
White with #8B7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7ABC; }
p { color: rgb(139,122,188); }
H1.HeaderClassName
{
color: #8B7ABC;
}
.AnyTagClassName
{
color: #8B7ABC;
}
</style>
background-color css
<style>
a { background-color: #8B7ABC; }
a { background-color: rgb(139,122,188); }
div.DivClassName
{
background-color: #8B7ABC;
}
.BgClassName
{
background-color: #8B7ABC;
}
</style>
border-color css
<style>
span { border-color: #8B7ABC; }
span { border-color: rgb(139,122,188); }
td.TdClassName
{
border-color: #8B7ABC;
}
.TagClassName
{
border-color: #8B7ABC;
}
</style>