Shades of Portage #7996DC
Tints of Portage #7996DC
RGB
CMYK
RGB Variations
Color information
#7996DC (or 0x7996DC) is known color: Portage. HEX triplet: 79, 96 and DC. RGB value is (121,150,220). Sum of RGB (Red+Green+Blue) = 121+150+220=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7996DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996DC is #866923. Grayscale: #959595. Windows color (decimal): -8808740 or 14456441. OLE color: 14456441.
HSL color Cylindrical-coordinate representation of color #7996DC: hue angle of 222.42º degrees, saturation: 0.59, 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 #7996DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 150 | 220 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.14 |
| HSL | 222.42º | 0.59% | 0.67% | - |
| HSV(B) | 222.42º | 0.45% | 0.86% | - |
| XYZ | 31.71 | 31.04 | 72.03 | - |
| YUV | 149.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 220 | 0.45 | 0.32 | 0 | 0.14 | 222.42 | 0.59 | 0.67 |
| Hex | 79 | 96 | DC | 2D | 20 | 0 | E | DE | 3B | 43 |
| Octal | 171 | 226 | 334 | 55 | 40 | 0 | 16 | 336 | 73 | 103 |
| Binary | 1111001 | 10010110 | 11011100 | 101101 | 100000 | 0 | 1110 | 11011110 | 111011 | 1000011 |
Color Harmonies of #7996DC
Complementary color
Monochromatic Colors of #7996DC
Black with #7996DC
Text Example
Text Example
White with #7996DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996DC; }
p { color: rgb(121,150,220); }
H1.HeaderClassName
{
color: #7996DC;
}
.AnyTagClassName
{
color: #7996DC;
}
</style>
background-color css
<style>
a { background-color: #7996DC; }
a { background-color: rgb(121,150,220); }
div.DivClassName
{
background-color: #7996DC;
}
.BgClassName
{
background-color: #7996DC;
}
</style>
border-color css
<style>
span { border-color: #7996DC; }
span { border-color: rgb(121,150,220); }
td.TdClassName
{
border-color: #7996DC;
}
.TagClassName
{
border-color: #7996DC;
}
</style>