Shades of True V #907EC7
Tints of True V #907EC7
RGB
CMYK
RGB Variations
Color information
#907EC7 (or 0x907EC7) is known color: True V. HEX triplet: 90, 7E and C7. RGB value is (144,126,199). Sum of RGB (Red+Green+Blue) = 144+126+199=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #907EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EC7 is #6F8138. Grayscale: #8B8B8B. Windows color (decimal): -7307577 or 13074064. OLE color: 13074064.
HSL color Cylindrical-coordinate representation of color #907EC7: hue angle of 254.79º 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 #907EC7 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 126 | 199 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.22 |
| HSL | 254.79º | 0.39% | 0.64% | - |
| HSV(B) | 254.79º | 0.37% | 0.78% | - |
| XYZ | 29.27 | 24.97 | 57.31 | - |
| YUV | 139.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 199 | 0.28 | 0.37 | 0 | 0.22 | 254.79 | 0.39 | 0.64 |
| Hex | 90 | 7E | C7 | 1C | 25 | 0 | 16 | FF | 27 | 40 |
| Octal | 220 | 176 | 307 | 34 | 45 | 0 | 26 | 377 | 47 | 100 |
| Binary | 10010000 | 1111110 | 11000111 | 11100 | 100101 | 0 | 10110 | 11111111 | 100111 | 1000000 |
Color Harmonies of #907EC7
Complementary color
Monochromatic Colors of #907EC7
Black with #907EC7
Text Example
Text Example
White with #907EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907EC7; }
p { color: rgb(144,126,199); }
H1.HeaderClassName
{
color: #907EC7;
}
.AnyTagClassName
{
color: #907EC7;
}
</style>
background-color css
<style>
a { background-color: #907EC7; }
a { background-color: rgb(144,126,199); }
div.DivClassName
{
background-color: #907EC7;
}
.BgClassName
{
background-color: #907EC7;
}
</style>
border-color css
<style>
span { border-color: #907EC7; }
span { border-color: rgb(144,126,199); }
td.TdClassName
{
border-color: #907EC7;
}
.TagClassName
{
border-color: #907EC7;
}
</style>