Shades of True V #907EBB
Tints of True V #907EBB
RGB
CMYK
RGB Variations
Color information
#907EBB (or 0x907EBB) is known color: True V. HEX triplet: 90, 7E and BB. RGB value is (144,126,187). Sum of RGB (Red+Green+Blue) = 144+126+187=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #907EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EBB is #6F8144. Grayscale: #8A8A8A. Windows color (decimal): -7307589 or 12287632. OLE color: 12287632.
HSL color Cylindrical-coordinate representation of color #907EBB: hue angle of 257.7º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907EBB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 126 | 187 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.27 |
| HSL | 257.7º | 0.31% | 0.61% | - |
| HSV(B) | 257.7º | 0.33% | 0.73% | - |
| XYZ | 27.93 | 24.44 | 50.26 | - |
| YUV | 138.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 187 | 0.23 | 0.33 | 0 | 0.27 | 257.7 | 0.31 | 0.61 |
| Hex | 90 | 7E | BB | 17 | 21 | 0 | 1B | 102 | 1F | 3D |
| Octal | 220 | 176 | 273 | 27 | 41 | 0 | 33 | 402 | 37 | 75 |
| Binary | 10010000 | 1111110 | 10111011 | 10111 | 100001 | 0 | 11011 | 100000010 | 11111 | 111101 |
Color Harmonies of #907EBB
Complementary color
Monochromatic Colors of #907EBB
Black with #907EBB
Text Example
Text Example
White with #907EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907EBB; }
p { color: rgb(144,126,187); }
H1.HeaderClassName
{
color: #907EBB;
}
.AnyTagClassName
{
color: #907EBB;
}
</style>
background-color css
<style>
a { background-color: #907EBB; }
a { background-color: rgb(144,126,187); }
div.DivClassName
{
background-color: #907EBB;
}
.BgClassName
{
background-color: #907EBB;
}
</style>
border-color css
<style>
span { border-color: #907EBB; }
span { border-color: rgb(144,126,187); }
td.TdClassName
{
border-color: #907EBB;
}
.TagClassName
{
border-color: #907EBB;
}
</style>