Shades of Portage #7988DB
Tints of Portage #7988DB
RGB
CMYK
RGB Variations
Color information
#7988DB (or 0x7988DB) is known color: Portage. HEX triplet: 79, 88 and DB. RGB value is (121,136,219). Sum of RGB (Red+Green+Blue) = 121+136+219=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #7988DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988DB is #867724. Grayscale: #8C8C8C. Windows color (decimal): -8812325 or 14387321. OLE color: 14387321.
HSL color Cylindrical-coordinate representation of color #7988DB: hue angle of 230.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7988DB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 136 | 219 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.14 |
| HSL | 230.82º | 0.58% | 0.67% | - |
| HSV(B) | 230.82º | 0.45% | 0.86% | - |
| XYZ | 29.48 | 26.79 | 70.63 | - |
| YUV | 140.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 219 | 0.45 | 0.38 | 0 | 0.14 | 230.82 | 0.58 | 0.67 |
| Hex | 79 | 88 | DB | 2D | 26 | 0 | E | E7 | 3A | 43 |
| Octal | 171 | 210 | 333 | 55 | 46 | 0 | 16 | 347 | 72 | 103 |
| Binary | 1111001 | 10001000 | 11011011 | 101101 | 100110 | 0 | 1110 | 11100111 | 111010 | 1000011 |
Color Harmonies of #7988DB
Complementary color
Monochromatic Colors of #7988DB
Black with #7988DB
Text Example
Text Example
White with #7988DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988DB; }
p { color: rgb(121,136,219); }
H1.HeaderClassName
{
color: #7988DB;
}
.AnyTagClassName
{
color: #7988DB;
}
</style>
background-color css
<style>
a { background-color: #7988DB; }
a { background-color: rgb(121,136,219); }
div.DivClassName
{
background-color: #7988DB;
}
.BgClassName
{
background-color: #7988DB;
}
</style>
border-color css
<style>
span { border-color: #7988DB; }
span { border-color: rgb(121,136,219); }
td.TdClassName
{
border-color: #7988DB;
}
.TagClassName
{
border-color: #7988DB;
}
</style>