Shades of True V #8B7BBD
Tints of True V #8B7BBD
RGB
CMYK
RGB Variations
Color information
#8B7BBD (or 0x8B7BBD) is known color: True V. HEX triplet: 8B, 7B and BD. RGB value is (139,123,189). Sum of RGB (Red+Green+Blue) = 139+123+189=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BBD is #748442. Grayscale: #878787. Windows color (decimal): -7636035 or 12417931. OLE color: 12417931.
HSL color Cylindrical-coordinate representation of color #8B7BBD: hue angle of 254.55º 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 #8B7BBD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 123 | 189 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.26 |
| HSL | 254.55º | 0.33% | 0.61% | - |
| HSV(B) | 254.55º | 0.35% | 0.74% | - |
| XYZ | 26.92 | 23.33 | 51.23 | - |
| YUV | 135.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 189 | 0.26 | 0.35 | 0 | 0.26 | 254.55 | 0.33 | 0.61 |
| Hex | 8B | 7B | BD | 1A | 23 | 0 | 1A | FF | 21 | 3D |
| Octal | 213 | 173 | 275 | 32 | 43 | 0 | 32 | 377 | 41 | 75 |
| Binary | 10001011 | 1111011 | 10111101 | 11010 | 100011 | 0 | 11010 | 11111111 | 100001 | 111101 |
Color Harmonies of #8B7BBD
Complementary color
Monochromatic Colors of #8B7BBD
Black with #8B7BBD
Text Example
Text Example
White with #8B7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BBD; }
p { color: rgb(139,123,189); }
H1.HeaderClassName
{
color: #8B7BBD;
}
.AnyTagClassName
{
color: #8B7BBD;
}
</style>
background-color css
<style>
a { background-color: #8B7BBD; }
a { background-color: rgb(139,123,189); }
div.DivClassName
{
background-color: #8B7BBD;
}
.BgClassName
{
background-color: #8B7BBD;
}
</style>
border-color css
<style>
span { border-color: #8B7BBD; }
span { border-color: rgb(139,123,189); }
td.TdClassName
{
border-color: #8B7BBD;
}
.TagClassName
{
border-color: #8B7BBD;
}
</style>