Shades of True V #907BBE
Tints of True V #907BBE
RGB
CMYK
RGB Variations
Color information
#907BBE (or 0x907BBE) is known color: True V. HEX triplet: 90, 7B and BE. RGB value is (144,123,190). Sum of RGB (Red+Green+Blue) = 144+123+190=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #907BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BBE is #6F8441. Grayscale: #888888. Windows color (decimal): -7308354 or 12483472. OLE color: 12483472.
HSL color Cylindrical-coordinate representation of color #907BBE: hue angle of 258.81º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907BBE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 123 | 190 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 258.81º | 0.34% | 0.61% | - |
| HSV(B) | 258.81º | 0.35% | 0.75% | - |
| XYZ | 27.88 | 23.81 | 51.84 | - |
| YUV | 136.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 190 | 0.24 | 0.35 | 0 | 0.25 | 258.81 | 0.34 | 0.61 |
| Hex | 90 | 7B | BE | 18 | 23 | 0 | 19 | 103 | 22 | 3D |
| Octal | 220 | 173 | 276 | 30 | 43 | 0 | 31 | 403 | 42 | 75 |
| Binary | 10010000 | 1111011 | 10111110 | 11000 | 100011 | 0 | 11001 | 100000011 | 100010 | 111101 |
Color Harmonies of #907BBE
Complementary color
Monochromatic Colors of #907BBE
Black with #907BBE
Text Example
Text Example
White with #907BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BBE; }
p { color: rgb(144,123,190); }
H1.HeaderClassName
{
color: #907BBE;
}
.AnyTagClassName
{
color: #907BBE;
}
</style>
background-color css
<style>
a { background-color: #907BBE; }
a { background-color: rgb(144,123,190); }
div.DivClassName
{
background-color: #907BBE;
}
.BgClassName
{
background-color: #907BBE;
}
</style>
border-color css
<style>
span { border-color: #907BBE; }
span { border-color: rgb(144,123,190); }
td.TdClassName
{
border-color: #907BBE;
}
.TagClassName
{
border-color: #907BBE;
}
</style>