Shades of True V #8973BF
Tints of True V #8973BF
RGB
CMYK
RGB Variations
Color information
#8973BF (or 0x8973BF) is known color: True V. HEX triplet: 89, 73 and BF. RGB value is (137,115,191). Sum of RGB (Red+Green+Blue) = 137+115+191=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #8973BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973BF is #768C40. Grayscale: #818181. Windows color (decimal): -7769153 or 12546953. OLE color: 12546953.
HSL color Cylindrical-coordinate representation of color #8973BF: hue angle of 257.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8973BF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 115 | 191 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.25 |
| HSL | 257.37º | 0.37% | 0.6% | - |
| HSV(B) | 257.37º | 0.4% | 0.75% | - |
| XYZ | 25.85 | 21.34 | 52.05 | - |
| YUV | 130.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 191 | 0.28 | 0.40 | 0 | 0.25 | 257.37 | 0.37 | 0.6 |
| Hex | 89 | 73 | BF | 1C | 28 | 0 | 19 | 101 | 25 | 3C |
| Octal | 211 | 163 | 277 | 34 | 50 | 0 | 31 | 401 | 45 | 74 |
| Binary | 10001001 | 1110011 | 10111111 | 11100 | 101000 | 0 | 11001 | 100000001 | 100101 | 111100 |
Color Harmonies of #8973BF
Complementary color
Monochromatic Colors of #8973BF
Black with #8973BF
Text Example
Text Example
White with #8973BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8973BF; }
p { color: rgb(137,115,191); }
H1.HeaderClassName
{
color: #8973BF;
}
.AnyTagClassName
{
color: #8973BF;
}
</style>
background-color css
<style>
a { background-color: #8973BF; }
a { background-color: rgb(137,115,191); }
div.DivClassName
{
background-color: #8973BF;
}
.BgClassName
{
background-color: #8973BF;
}
</style>
border-color css
<style>
span { border-color: #8973BF; }
span { border-color: rgb(137,115,191); }
td.TdClassName
{
border-color: #8973BF;
}
.TagClassName
{
border-color: #8973BF;
}
</style>