Shades of Portage #7996D5
Tints of Portage #7996D5
RGB
CMYK
RGB Variations
Color information
#7996D5 (or 0x7996D5) is known color: Portage. HEX triplet: 79, 96 and D5. RGB value is (121,150,213). Sum of RGB (Red+Green+Blue) = 121+150+213=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #7996D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996D5 is #86692A. Grayscale: #949494. Windows color (decimal): -8808747 or 13997689. OLE color: 13997689.
HSL color Cylindrical-coordinate representation of color #7996D5: hue angle of 221.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7996D5 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 150 | 213 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.16 |
| HSL | 221.09º | 0.52% | 0.65% | - |
| HSV(B) | 221.09º | 0.43% | 0.84% | - |
| XYZ | 30.8 | 30.68 | 67.25 | - |
| YUV | 148.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 213 | 0.43 | 0.30 | 0 | 0.16 | 221.09 | 0.52 | 0.65 |
| Hex | 79 | 96 | D5 | 2B | 1E | 0 | 10 | DD | 34 | 41 |
| Octal | 171 | 226 | 325 | 53 | 36 | 0 | 20 | 335 | 64 | 101 |
| Binary | 1111001 | 10010110 | 11010101 | 101011 | 11110 | 0 | 10000 | 11011101 | 110100 | 1000001 |
Color Harmonies of #7996D5
Complementary color
Monochromatic Colors of #7996D5
Black with #7996D5
Text Example
Text Example
White with #7996D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7996D5; }
p { color: rgb(121,150,213); }
H1.HeaderClassName
{
color: #7996D5;
}
.AnyTagClassName
{
color: #7996D5;
}
</style>
background-color css
<style>
a { background-color: #7996D5; }
a { background-color: rgb(121,150,213); }
div.DivClassName
{
background-color: #7996D5;
}
.BgClassName
{
background-color: #7996D5;
}
</style>
border-color css
<style>
span { border-color: #7996D5; }
span { border-color: rgb(121,150,213); }
td.TdClassName
{
border-color: #7996D5;
}
.TagClassName
{
border-color: #7996D5;
}
</style>