Shades of Portage #7996DB
Tints of Portage #7996DB
RGB
CMYK
RGB Variations
Color information
#7996DB (or 0x7996DB) is known color: Portage. HEX triplet: 79, 96 and DB. RGB value is (121,150,219). Sum of RGB (Red+Green+Blue) = 121+150+219=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 150 (58.98% from 255 or 30.61% 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 #7996DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996DB is #866924. Grayscale: #949494. Windows color (decimal): -8808741 or 14390905. OLE color: 14390905.
HSL color Cylindrical-coordinate representation of color #7996DB: hue angle of 222.24º 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 #7996DB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 150 | 219 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.14 |
| HSL | 222.24º | 0.58% | 0.67% | - |
| HSV(B) | 222.24º | 0.45% | 0.86% | - |
| XYZ | 31.58 | 30.99 | 71.34 | - |
| YUV | 149.2 | 167.39 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 219 | 0.45 | 0.32 | 0 | 0.14 | 222.24 | 0.58 | 0.67 |
| Hex | 79 | 96 | DB | 2D | 20 | 0 | E | DE | 3A | 43 |
| Octal | 171 | 226 | 333 | 55 | 40 | 0 | 16 | 336 | 72 | 103 |
| Binary | 1111001 | 10010110 | 11011011 | 101101 | 100000 | 0 | 1110 | 11011110 | 111010 | 1000011 |
Color Harmonies of #7996DB
Complementary color
Monochromatic Colors of #7996DB
Black with #7996DB
Text Example
Text Example
White with #7996DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996DB; }
p { color: rgb(121,150,219); }
H1.HeaderClassName
{
color: #7996DB;
}
.AnyTagClassName
{
color: #7996DB;
}
</style>
background-color css
<style>
a { background-color: #7996DB; }
a { background-color: rgb(121,150,219); }
div.DivClassName
{
background-color: #7996DB;
}
.BgClassName
{
background-color: #7996DB;
}
</style>
border-color css
<style>
span { border-color: #7996DB; }
span { border-color: rgb(121,150,219); }
td.TdClassName
{
border-color: #7996DB;
}
.TagClassName
{
border-color: #7996DB;
}
</style>