Shades of Portage #7991CF
Tints of Portage #7991CF
RGB
CMYK
RGB Variations
Color information
#7991CF (or 0x7991CF) is known color: Portage. HEX triplet: 79, 91 and CF. RGB value is (121,145,207). Sum of RGB (Red+Green+Blue) = 121+145+207=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7991CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991CF is #866E30. Grayscale: #909090. Windows color (decimal): -8810033 or 13603193. OLE color: 13603193.
HSL color Cylindrical-coordinate representation of color #7991CF: hue angle of 223.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7991CF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 145 | 207 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.19 |
| HSL | 223.26º | 0.47% | 0.64% | - |
| HSV(B) | 223.26º | 0.42% | 0.81% | - |
| XYZ | 29.27 | 28.82 | 63.05 | - |
| YUV | 144.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 207 | 0.42 | 0.30 | 0 | 0.19 | 223.26 | 0.47 | 0.64 |
| Hex | 79 | 91 | CF | 2A | 1E | 0 | 13 | DF | 2F | 40 |
| Octal | 171 | 221 | 317 | 52 | 36 | 0 | 23 | 337 | 57 | 100 |
| Binary | 1111001 | 10010001 | 11001111 | 101010 | 11110 | 0 | 10011 | 11011111 | 101111 | 1000000 |
Color Harmonies of #7991CF
Complementary color
Monochromatic Colors of #7991CF
Black with #7991CF
Text Example
Text Example
White with #7991CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991CF; }
p { color: rgb(121,145,207); }
H1.HeaderClassName
{
color: #7991CF;
}
.AnyTagClassName
{
color: #7991CF;
}
</style>
background-color css
<style>
a { background-color: #7991CF; }
a { background-color: rgb(121,145,207); }
div.DivClassName
{
background-color: #7991CF;
}
.BgClassName
{
background-color: #7991CF;
}
</style>
border-color css
<style>
span { border-color: #7991CF; }
span { border-color: rgb(121,145,207); }
td.TdClassName
{
border-color: #7991CF;
}
.TagClassName
{
border-color: #7991CF;
}
</style>