Shades of True V #9077BF
Tints of True V #9077BF
RGB
CMYK
RGB Variations
Color information
#9077BF (or 0x9077BF) is known color: True V. HEX triplet: 90, 77 and BF. RGB value is (144,119,191). Sum of RGB (Red+Green+Blue) = 144+119+191=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9077BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BF is #6F8840. Grayscale: #868686. Windows color (decimal): -7309377 or 12547984. OLE color: 12547984.
HSL color Cylindrical-coordinate representation of color #9077BF: hue angle of 260.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9077BF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 119 | 191 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.25 |
| HSL | 260.83º | 0.36% | 0.61% | - |
| HSV(B) | 260.83º | 0.38% | 0.75% | - |
| XYZ | 27.5 | 22.88 | 52.26 | - |
| YUV | 134.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 191 | 0.25 | 0.38 | 0 | 0.25 | 260.83 | 0.36 | 0.61 |
| Hex | 90 | 77 | BF | 19 | 26 | 0 | 19 | 105 | 24 | 3D |
| Octal | 220 | 167 | 277 | 31 | 46 | 0 | 31 | 405 | 44 | 75 |
| Binary | 10010000 | 1110111 | 10111111 | 11001 | 100110 | 0 | 11001 | 100000101 | 100100 | 111101 |
Color Harmonies of #9077BF
Complementary color
Monochromatic Colors of #9077BF
Black with #9077BF
Text Example
Text Example
White with #9077BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077BF; }
p { color: rgb(144,119,191); }
H1.HeaderClassName
{
color: #9077BF;
}
.AnyTagClassName
{
color: #9077BF;
}
</style>
background-color css
<style>
a { background-color: #9077BF; }
a { background-color: rgb(144,119,191); }
div.DivClassName
{
background-color: #9077BF;
}
.BgClassName
{
background-color: #9077BF;
}
</style>
border-color css
<style>
span { border-color: #9077BF; }
span { border-color: rgb(144,119,191); }
td.TdClassName
{
border-color: #9077BF;
}
.TagClassName
{
border-color: #9077BF;
}
</style>