Shades of True V #907DBE
Tints of True V #907DBE
RGB
CMYK
RGB Variations
Color information
#907DBE (or 0x907DBE) is known color: True V. HEX triplet: 90, 7D and BE. RGB value is (144,125,190). Sum of RGB (Red+Green+Blue) = 144+125+190=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #907DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DBE is #6F8241. Grayscale: #898989. Windows color (decimal): -7307842 or 12483984. OLE color: 12483984.
HSL color Cylindrical-coordinate representation of color #907DBE: hue angle of 257.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907DBE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 125 | 190 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.25 |
| HSL | 257.54º | 0.33% | 0.62% | - |
| HSV(B) | 257.54º | 0.34% | 0.75% | - |
| XYZ | 28.13 | 24.31 | 51.93 | - |
| YUV | 138.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 190 | 0.24 | 0.34 | 0 | 0.25 | 257.54 | 0.33 | 0.62 |
| Hex | 90 | 7D | BE | 18 | 22 | 0 | 19 | 102 | 21 | 3E |
| Octal | 220 | 175 | 276 | 30 | 42 | 0 | 31 | 402 | 41 | 76 |
| Binary | 10010000 | 1111101 | 10111110 | 11000 | 100010 | 0 | 11001 | 100000010 | 100001 | 111110 |
Color Harmonies of #907DBE
Complementary color
Monochromatic Colors of #907DBE
Black with #907DBE
Text Example
Text Example
White with #907DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DBE; }
p { color: rgb(144,125,190); }
H1.HeaderClassName
{
color: #907DBE;
}
.AnyTagClassName
{
color: #907DBE;
}
</style>
background-color css
<style>
a { background-color: #907DBE; }
a { background-color: rgb(144,125,190); }
div.DivClassName
{
background-color: #907DBE;
}
.BgClassName
{
background-color: #907DBE;
}
</style>
border-color css
<style>
span { border-color: #907DBE; }
span { border-color: rgb(144,125,190); }
td.TdClassName
{
border-color: #907DBE;
}
.TagClassName
{
border-color: #907DBE;
}
</style>