Shades of True V #937EC8
Tints of True V #937EC8
RGB
CMYK
RGB Variations
Color information
#937EC8 (or 0x937EC8) is known color: True V. HEX triplet: 93, 7E and C8. RGB value is (147,126,200). Sum of RGB (Red+Green+Blue) = 147+126+200=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #937EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EC8 is #6C8137. Grayscale: #8C8C8C. Windows color (decimal): -7110968 or 13139603. OLE color: 13139603.
HSL color Cylindrical-coordinate representation of color #937EC8: hue angle of 257.03º degrees, saturation: 0.4, 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 #937EC8 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 126 | 200 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.22 |
| HSL | 257.03º | 0.4% | 0.64% | - |
| HSV(B) | 257.03º | 0.37% | 0.78% | - |
| XYZ | 29.92 | 25.29 | 57.95 | - |
| YUV | 140.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 200 | 0.26 | 0.37 | 0 | 0.22 | 257.03 | 0.4 | 0.64 |
| Hex | 93 | 7E | C8 | 1A | 25 | 0 | 16 | 101 | 28 | 40 |
| Octal | 223 | 176 | 310 | 32 | 45 | 0 | 26 | 401 | 50 | 100 |
| Binary | 10010011 | 1111110 | 11001000 | 11010 | 100101 | 0 | 10110 | 100000001 | 101000 | 1000000 |
Color Harmonies of #937EC8
Complementary color
Monochromatic Colors of #937EC8
Black with #937EC8
Text Example
Text Example
White with #937EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EC8; }
p { color: rgb(147,126,200); }
H1.HeaderClassName
{
color: #937EC8;
}
.AnyTagClassName
{
color: #937EC8;
}
</style>
background-color css
<style>
a { background-color: #937EC8; }
a { background-color: rgb(147,126,200); }
div.DivClassName
{
background-color: #937EC8;
}
.BgClassName
{
background-color: #937EC8;
}
</style>
border-color css
<style>
span { border-color: #937EC8; }
span { border-color: rgb(147,126,200); }
td.TdClassName
{
border-color: #937EC8;
}
.TagClassName
{
border-color: #937EC8;
}
</style>