Shades of Portage #7995D0
Tints of Portage #7995D0
RGB
CMYK
RGB Variations
Color information
#7995D0 (or 0x7995D0) is known color: Portage. HEX triplet: 79, 95 and D0. RGB value is (121,149,208). Sum of RGB (Red+Green+Blue) = 121+149+208=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #7995D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995D0 is #866A2F. Grayscale: #939393. Windows color (decimal): -8809008 or 13669753. OLE color: 13669753.
HSL color Cylindrical-coordinate representation of color #7995D0: hue angle of 220.69º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7995D0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 149 | 208 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.18 |
| HSL | 220.69º | 0.48% | 0.65% | - |
| HSV(B) | 220.69º | 0.42% | 0.82% | - |
| XYZ | 30.02 | 30.11 | 63.9 | - |
| YUV | 147.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 208 | 0.42 | 0.28 | 0 | 0.18 | 220.69 | 0.48 | 0.65 |
| Hex | 79 | 95 | D0 | 2A | 1C | 0 | 12 | DD | 30 | 41 |
| Octal | 171 | 225 | 320 | 52 | 34 | 0 | 22 | 335 | 60 | 101 |
| Binary | 1111001 | 10010101 | 11010000 | 101010 | 11100 | 0 | 10010 | 11011101 | 110000 | 1000001 |
Color Harmonies of #7995D0
Complementary color
Monochromatic Colors of #7995D0
Black with #7995D0
Text Example
Text Example
White with #7995D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995D0; }
p { color: rgb(121,149,208); }
H1.HeaderClassName
{
color: #7995D0;
}
.AnyTagClassName
{
color: #7995D0;
}
</style>
background-color css
<style>
a { background-color: #7995D0; }
a { background-color: rgb(121,149,208); }
div.DivClassName
{
background-color: #7995D0;
}
.BgClassName
{
background-color: #7995D0;
}
</style>
border-color css
<style>
span { border-color: #7995D0; }
span { border-color: rgb(121,149,208); }
td.TdClassName
{
border-color: #7995D0;
}
.TagClassName
{
border-color: #7995D0;
}
</style>