Shades of True V #907CBC
Tints of True V #907CBC
RGB
CMYK
RGB Variations
Color information
#907CBC (or 0x907CBC) is known color: True V. HEX triplet: 90, 7C and BC. RGB value is (144,124,188). Sum of RGB (Red+Green+Blue) = 144+124+188=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #907CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CBC is #6F8343. Grayscale: #898989. Windows color (decimal): -7308100 or 12352656. OLE color: 12352656.
HSL color Cylindrical-coordinate representation of color #907CBC: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907CBC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 124 | 188 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.26 |
| HSL | 258.75º | 0.32% | 0.61% | - |
| HSV(B) | 258.75º | 0.34% | 0.74% | - |
| XYZ | 27.79 | 23.98 | 50.74 | - |
| YUV | 137.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 188 | 0.23 | 0.34 | 0 | 0.26 | 258.75 | 0.32 | 0.61 |
| Hex | 90 | 7C | BC | 17 | 22 | 0 | 1A | 103 | 20 | 3D |
| Octal | 220 | 174 | 274 | 27 | 42 | 0 | 32 | 403 | 40 | 75 |
| Binary | 10010000 | 1111100 | 10111100 | 10111 | 100010 | 0 | 11010 | 100000011 | 100000 | 111101 |
Color Harmonies of #907CBC
Complementary color
Monochromatic Colors of #907CBC
Black with #907CBC
Text Example
Text Example
White with #907CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CBC; }
p { color: rgb(144,124,188); }
H1.HeaderClassName
{
color: #907CBC;
}
.AnyTagClassName
{
color: #907CBC;
}
</style>
background-color css
<style>
a { background-color: #907CBC; }
a { background-color: rgb(144,124,188); }
div.DivClassName
{
background-color: #907CBC;
}
.BgClassName
{
background-color: #907CBC;
}
</style>
border-color css
<style>
span { border-color: #907CBC; }
span { border-color: rgb(144,124,188); }
td.TdClassName
{
border-color: #907CBC;
}
.TagClassName
{
border-color: #907CBC;
}
</style>