Shades of Portage #7996D4
Tints of Portage #7996D4
RGB
CMYK
RGB Variations
Color information
#7996D4 (or 0x7996D4) is known color: Portage. HEX triplet: 79, 96 and D4. RGB value is (121,150,212). Sum of RGB (Red+Green+Blue) = 121+150+212=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #7996D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996D4 is #86692B. Grayscale: #949494. Windows color (decimal): -8808748 or 13932153. OLE color: 13932153.
HSL color Cylindrical-coordinate representation of color #7996D4: hue angle of 220.88º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7996D4 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 150 | 212 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.17 |
| HSL | 220.88º | 0.51% | 0.65% | - |
| HSV(B) | 220.88º | 0.43% | 0.83% | - |
| XYZ | 30.68 | 30.63 | 66.58 | - |
| YUV | 148.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 212 | 0.43 | 0.29 | 0 | 0.17 | 220.88 | 0.51 | 0.65 |
| Hex | 79 | 96 | D4 | 2B | 1D | 0 | 11 | DD | 33 | 41 |
| Octal | 171 | 226 | 324 | 53 | 35 | 0 | 21 | 335 | 63 | 101 |
| Binary | 1111001 | 10010110 | 11010100 | 101011 | 11101 | 0 | 10001 | 11011101 | 110011 | 1000001 |
Color Harmonies of #7996D4
Complementary color
Monochromatic Colors of #7996D4
Black with #7996D4
Text Example
Text Example
White with #7996D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996D4; }
p { color: rgb(121,150,212); }
H1.HeaderClassName
{
color: #7996D4;
}
.AnyTagClassName
{
color: #7996D4;
}
</style>
background-color css
<style>
a { background-color: #7996D4; }
a { background-color: rgb(121,150,212); }
div.DivClassName
{
background-color: #7996D4;
}
.BgClassName
{
background-color: #7996D4;
}
</style>
border-color css
<style>
span { border-color: #7996D4; }
span { border-color: rgb(121,150,212); }
td.TdClassName
{
border-color: #7996D4;
}
.TagClassName
{
border-color: #7996D4;
}
</style>