Shades of True V #907CBB
Tints of True V #907CBB
RGB
CMYK
RGB Variations
Color information
#907CBB (or 0x907CBB) is known color: True V. HEX triplet: 90, 7C and BB. RGB value is (144,124,187). Sum of RGB (Red+Green+Blue) = 144+124+187=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #907CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CBB is #6F8344. Grayscale: #888888. Windows color (decimal): -7308101 or 12287120. OLE color: 12287120.
HSL color Cylindrical-coordinate representation of color #907CBB: hue angle of 259.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907CBB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 124 | 187 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.27 |
| HSL | 259.05º | 0.32% | 0.61% | - |
| HSV(B) | 259.05º | 0.34% | 0.73% | - |
| XYZ | 27.68 | 23.93 | 50.17 | - |
| YUV | 137.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 187 | 0.23 | 0.34 | 0 | 0.27 | 259.05 | 0.32 | 0.61 |
| Hex | 90 | 7C | BB | 17 | 22 | 0 | 1B | 103 | 20 | 3D |
| Octal | 220 | 174 | 273 | 27 | 42 | 0 | 33 | 403 | 40 | 75 |
| Binary | 10010000 | 1111100 | 10111011 | 10111 | 100010 | 0 | 11011 | 100000011 | 100000 | 111101 |
Color Harmonies of #907CBB
Complementary color
Monochromatic Colors of #907CBB
Black with #907CBB
Text Example
Text Example
White with #907CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CBB; }
p { color: rgb(144,124,187); }
H1.HeaderClassName
{
color: #907CBB;
}
.AnyTagClassName
{
color: #907CBB;
}
</style>
background-color css
<style>
a { background-color: #907CBB; }
a { background-color: rgb(144,124,187); }
div.DivClassName
{
background-color: #907CBB;
}
.BgClassName
{
background-color: #907CBB;
}
</style>
border-color css
<style>
span { border-color: #907CBB; }
span { border-color: rgb(144,124,187); }
td.TdClassName
{
border-color: #907CBB;
}
.TagClassName
{
border-color: #907CBB;
}
</style>