Shades of Portage #7F90DB
Tints of Portage #7F90DB
RGB
CMYK
RGB Variations
Color information
#7F90DB (or 0x7F90DB) is known color: Portage. HEX triplet: 7F, 90 and DB. RGB value is (127,144,219). Sum of RGB (Red+Green+Blue) = 127+144+219=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F90DB is #806F24. Grayscale: #939393. Windows color (decimal): -8417061 or 14389375. OLE color: 14389375.
HSL color Cylindrical-coordinate representation of color #7F90DB: hue angle of 228.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F90DB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 144 | 219 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.14 |
| HSL | 228.91º | 0.56% | 0.68% | - |
| HSV(B) | 228.91º | 0.42% | 0.86% | - |
| XYZ | 31.51 | 29.57 | 71.07 | - |
| YUV | 147.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 219 | 0.42 | 0.34 | 0 | 0.14 | 228.91 | 0.56 | 0.68 |
| Hex | 7F | 90 | DB | 2A | 22 | 0 | E | E5 | 38 | 44 |
| Octal | 177 | 220 | 333 | 52 | 42 | 0 | 16 | 345 | 70 | 104 |
| Binary | 1111111 | 10010000 | 11011011 | 101010 | 100010 | 0 | 1110 | 11100101 | 111000 | 1000100 |
Color Harmonies of #7F90DB
Complementary color
Monochromatic Colors of #7F90DB
Black with #7F90DB
Text Example
Text Example
White with #7F90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F90DB; }
p { color: rgb(127,144,219); }
H1.HeaderClassName
{
color: #7F90DB;
}
.AnyTagClassName
{
color: #7F90DB;
}
</style>
background-color css
<style>
a { background-color: #7F90DB; }
a { background-color: rgb(127,144,219); }
div.DivClassName
{
background-color: #7F90DB;
}
.BgClassName
{
background-color: #7F90DB;
}
</style>
border-color css
<style>
span { border-color: #7F90DB; }
span { border-color: rgb(127,144,219); }
td.TdClassName
{
border-color: #7F90DB;
}
.TagClassName
{
border-color: #7F90DB;
}
</style>