Shades of Portage #7991DF
Tints of Portage #7991DF
RGB
CMYK
RGB Variations
Color information
#7991DF (or 0x7991DF) is known color: Portage. HEX triplet: 79, 91 and DF. RGB value is (121,145,223). Sum of RGB (Red+Green+Blue) = 121+145+223=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7991DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991DF is #866E20. Grayscale: #929292. Windows color (decimal): -8810017 or 14651769. OLE color: 14651769.
HSL color Cylindrical-coordinate representation of color #7991DF: hue angle of 225.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7991DF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 145 | 223 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.13 |
| HSL | 225.88º | 0.61% | 0.67% | - |
| HSV(B) | 225.88º | 0.46% | 0.87% | - |
| XYZ | 31.33 | 29.64 | 73.88 | - |
| YUV | 146.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 223 | 0.46 | 0.35 | 0 | 0.13 | 225.88 | 0.61 | 0.67 |
| Hex | 79 | 91 | DF | 2E | 23 | 0 | D | E2 | 3D | 43 |
| Octal | 171 | 221 | 337 | 56 | 43 | 0 | 15 | 342 | 75 | 103 |
| Binary | 1111001 | 10010001 | 11011111 | 101110 | 100011 | 0 | 1101 | 11100010 | 111101 | 1000011 |
Color Harmonies of #7991DF
Complementary color
Monochromatic Colors of #7991DF
Black with #7991DF
Text Example
Text Example
White with #7991DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991DF; }
p { color: rgb(121,145,223); }
H1.HeaderClassName
{
color: #7991DF;
}
.AnyTagClassName
{
color: #7991DF;
}
</style>
background-color css
<style>
a { background-color: #7991DF; }
a { background-color: rgb(121,145,223); }
div.DivClassName
{
background-color: #7991DF;
}
.BgClassName
{
background-color: #7991DF;
}
</style>
border-color css
<style>
span { border-color: #7991DF; }
span { border-color: rgb(121,145,223); }
td.TdClassName
{
border-color: #7991DF;
}
.TagClassName
{
border-color: #7991DF;
}
</style>