Shades of True V #937EC7
Tints of True V #937EC7
RGB
CMYK
RGB Variations
Color information
#937EC7 (or 0x937EC7) is known color: True V. HEX triplet: 93, 7E and C7. RGB value is (147,126,199). Sum of RGB (Red+Green+Blue) = 147+126+199=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #937EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EC7 is #6C8138. Grayscale: #8C8C8C. Windows color (decimal): -7110969 or 13074067. OLE color: 13074067.
HSL color Cylindrical-coordinate representation of color #937EC7: hue angle of 257.26º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #937EC7 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 126 | 199 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.22 |
| HSL | 257.26º | 0.39% | 0.64% | - |
| HSV(B) | 257.26º | 0.37% | 0.78% | - |
| XYZ | 29.8 | 25.25 | 57.34 | - |
| YUV | 140.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 199 | 0.26 | 0.37 | 0 | 0.22 | 257.26 | 0.39 | 0.64 |
| Hex | 93 | 7E | C7 | 1A | 25 | 0 | 16 | 101 | 27 | 40 |
| Octal | 223 | 176 | 307 | 32 | 45 | 0 | 26 | 401 | 47 | 100 |
| Binary | 10010011 | 1111110 | 11000111 | 11010 | 100101 | 0 | 10110 | 100000001 | 100111 | 1000000 |
Color Harmonies of #937EC7
Complementary color
Monochromatic Colors of #937EC7
Black with #937EC7
Text Example
Text Example
White with #937EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EC7; }
p { color: rgb(147,126,199); }
H1.HeaderClassName
{
color: #937EC7;
}
.AnyTagClassName
{
color: #937EC7;
}
</style>
background-color css
<style>
a { background-color: #937EC7; }
a { background-color: rgb(147,126,199); }
div.DivClassName
{
background-color: #937EC7;
}
.BgClassName
{
background-color: #937EC7;
}
</style>
border-color css
<style>
span { border-color: #937EC7; }
span { border-color: rgb(147,126,199); }
td.TdClassName
{
border-color: #937EC7;
}
.TagClassName
{
border-color: #937EC7;
}
</style>