Shades of True V #907CBF
Tints of True V #907CBF
RGB
CMYK
RGB Variations
Color information
#907CBF (or 0x907CBF) is known color: True V. HEX triplet: 90, 7C and BF. RGB value is (144,124,191). Sum of RGB (Red+Green+Blue) = 144+124+191=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #907CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CBF is #6F8340. Grayscale: #898989. Windows color (decimal): -7308097 or 12549264. OLE color: 12549264.
HSL color Cylindrical-coordinate representation of color #907CBF: hue angle of 257.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907CBF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 124 | 191 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.25 |
| HSL | 257.91º | 0.34% | 0.62% | - |
| HSV(B) | 257.91º | 0.35% | 0.75% | - |
| XYZ | 28.11 | 24.11 | 52.46 | - |
| YUV | 137.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 191 | 0.25 | 0.35 | 0 | 0.25 | 257.91 | 0.34 | 0.62 |
| Hex | 90 | 7C | BF | 19 | 23 | 0 | 19 | 102 | 22 | 3E |
| Octal | 220 | 174 | 277 | 31 | 43 | 0 | 31 | 402 | 42 | 76 |
| Binary | 10010000 | 1111100 | 10111111 | 11001 | 100011 | 0 | 11001 | 100000010 | 100010 | 111110 |
Color Harmonies of #907CBF
Complementary color
Monochromatic Colors of #907CBF
Black with #907CBF
Text Example
Text Example
White with #907CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CBF; }
p { color: rgb(144,124,191); }
H1.HeaderClassName
{
color: #907CBF;
}
.AnyTagClassName
{
color: #907CBF;
}
</style>
background-color css
<style>
a { background-color: #907CBF; }
a { background-color: rgb(144,124,191); }
div.DivClassName
{
background-color: #907CBF;
}
.BgClassName
{
background-color: #907CBF;
}
</style>
border-color css
<style>
span { border-color: #907CBF; }
span { border-color: rgb(144,124,191); }
td.TdClassName
{
border-color: #907CBF;
}
.TagClassName
{
border-color: #907CBF;
}
</style>