Shades of True V #8B7CB8
Tints of True V #8B7CB8
RGB
CMYK
RGB Variations
Color information
#8B7CB8 (or 0x8B7CB8) is known color: True V. HEX triplet: 8B, 7C and B8. RGB value is (139,124,184). Sum of RGB (Red+Green+Blue) = 139+124+184=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B7CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CB8 is #748347. Grayscale: #878787. Windows color (decimal): -7635784 or 12090507. OLE color: 12090507.
HSL color Cylindrical-coordinate representation of color #8B7CB8: hue angle of 255º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B7CB8 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 124 | 184 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.28 |
| HSL | 255º | 0.3% | 0.6% | - |
| HSV(B) | 255º | 0.33% | 0.72% | - |
| XYZ | 26.51 | 23.36 | 48.46 | - |
| YUV | 135.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 184 | 0.24 | 0.33 | 0 | 0.28 | 255 | 0.3 | 0.6 |
| Hex | 8B | 7C | B8 | 18 | 21 | 0 | 1C | FF | 1E | 3C |
| Octal | 213 | 174 | 270 | 30 | 41 | 0 | 34 | 377 | 36 | 74 |
| Binary | 10001011 | 1111100 | 10111000 | 11000 | 100001 | 0 | 11100 | 11111111 | 11110 | 111100 |
Color Harmonies of #8B7CB8
Complementary color
Monochromatic Colors of #8B7CB8
Black with #8B7CB8
Text Example
Text Example
White with #8B7CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7CB8; }
p { color: rgb(139,124,184); }
H1.HeaderClassName
{
color: #8B7CB8;
}
.AnyTagClassName
{
color: #8B7CB8;
}
</style>
background-color css
<style>
a { background-color: #8B7CB8; }
a { background-color: rgb(139,124,184); }
div.DivClassName
{
background-color: #8B7CB8;
}
.BgClassName
{
background-color: #8B7CB8;
}
</style>
border-color css
<style>
span { border-color: #8B7CB8; }
span { border-color: rgb(139,124,184); }
td.TdClassName
{
border-color: #8B7CB8;
}
.TagClassName
{
border-color: #8B7CB8;
}
</style>