Shades of Portage #7989DB
Tints of Portage #7989DB
RGB
CMYK
RGB Variations
Color information
#7989DB (or 0x7989DB) is known color: Portage. HEX triplet: 79, 89 and DB. RGB value is (121,137,219). Sum of RGB (Red+Green+Blue) = 121+137+219=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #7989DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989DB is #867624. Grayscale: #8D8D8D. Windows color (decimal): -8812069 or 14387577. OLE color: 14387577.
HSL color Cylindrical-coordinate representation of color #7989DB: hue angle of 230.2º 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 #7989DB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 137 | 219 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.14 |
| HSL | 230.2º | 0.58% | 0.67% | - |
| HSV(B) | 230.2º | 0.45% | 0.86% | - |
| XYZ | 29.62 | 27.07 | 70.68 | - |
| YUV | 141.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 219 | 0.45 | 0.37 | 0 | 0.14 | 230.2 | 0.58 | 0.67 |
| Hex | 79 | 89 | DB | 2D | 25 | 0 | E | E6 | 3A | 43 |
| Octal | 171 | 211 | 333 | 55 | 45 | 0 | 16 | 346 | 72 | 103 |
| Binary | 1111001 | 10001001 | 11011011 | 101101 | 100101 | 0 | 1110 | 11100110 | 111010 | 1000011 |
Color Harmonies of #7989DB
Complementary color
Monochromatic Colors of #7989DB
Black with #7989DB
Text Example
Text Example
White with #7989DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7989DB; }
p { color: rgb(121,137,219); }
H1.HeaderClassName
{
color: #7989DB;
}
.AnyTagClassName
{
color: #7989DB;
}
</style>
background-color css
<style>
a { background-color: #7989DB; }
a { background-color: rgb(121,137,219); }
div.DivClassName
{
background-color: #7989DB;
}
.BgClassName
{
background-color: #7989DB;
}
</style>
border-color css
<style>
span { border-color: #7989DB; }
span { border-color: rgb(121,137,219); }
td.TdClassName
{
border-color: #7989DB;
}
.TagClassName
{
border-color: #7989DB;
}
</style>