Shades of Portage #7992D2
Tints of Portage #7992D2
RGB
CMYK
RGB Variations
Color information
#7992D2 (or 0x7992D2) is known color: Portage. HEX triplet: 79, 92 and D2. RGB value is (121,146,210). Sum of RGB (Red+Green+Blue) = 121+146+210=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #7992D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992D2 is #866D2D. Grayscale: #919191. Windows color (decimal): -8809774 or 13800057. OLE color: 13800057.
HSL color Cylindrical-coordinate representation of color #7992D2: hue angle of 223.15º degrees, saturation: 0.5, 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 #7992D2 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 146 | 210 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.18 |
| HSL | 223.15º | 0.5% | 0.65% | - |
| HSV(B) | 223.15º | 0.42% | 0.82% | - |
| XYZ | 29.8 | 29.28 | 65.05 | - |
| YUV | 145.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 210 | 0.42 | 0.30 | 0 | 0.18 | 223.15 | 0.5 | 0.65 |
| Hex | 79 | 92 | D2 | 2A | 1E | 0 | 12 | DF | 32 | 41 |
| Octal | 171 | 222 | 322 | 52 | 36 | 0 | 22 | 337 | 62 | 101 |
| Binary | 1111001 | 10010010 | 11010010 | 101010 | 11110 | 0 | 10010 | 11011111 | 110010 | 1000001 |
Color Harmonies of #7992D2
Complementary color
Monochromatic Colors of #7992D2
Black with #7992D2
Text Example
Text Example
White with #7992D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992D2; }
p { color: rgb(121,146,210); }
H1.HeaderClassName
{
color: #7992D2;
}
.AnyTagClassName
{
color: #7992D2;
}
</style>
background-color css
<style>
a { background-color: #7992D2; }
a { background-color: rgb(121,146,210); }
div.DivClassName
{
background-color: #7992D2;
}
.BgClassName
{
background-color: #7992D2;
}
</style>
border-color css
<style>
span { border-color: #7992D2; }
span { border-color: rgb(121,146,210); }
td.TdClassName
{
border-color: #7992D2;
}
.TagClassName
{
border-color: #7992D2;
}
</style>