Shades of Portage #7892D9
Tints of Portage #7892D9
RGB
CMYK
RGB Variations
Color information
#7892D9 (or 0x7892D9) is known color: Portage. HEX triplet: 78, 92 and D9. RGB value is (120,146,217). Sum of RGB (Red+Green+Blue) = 120+146+217=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #7892D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892D9 is #876D26. Grayscale: #929292. Windows color (decimal): -8875303 or 14258808. OLE color: 14258808.
HSL color Cylindrical-coordinate representation of color #7892D9: hue angle of 223.92º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7892D9 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 146 | 217 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.15 |
| HSL | 223.92º | 0.56% | 0.66% | - |
| HSV(B) | 223.92º | 0.45% | 0.85% | - |
| XYZ | 30.55 | 29.56 | 69.74 | - |
| YUV | 146.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 217 | 0.45 | 0.33 | 0 | 0.15 | 223.92 | 0.56 | 0.66 |
| Hex | 78 | 92 | D9 | 2D | 21 | 0 | F | E0 | 38 | 42 |
| Octal | 170 | 222 | 331 | 55 | 41 | 0 | 17 | 340 | 70 | 102 |
| Binary | 1111000 | 10010010 | 11011001 | 101101 | 100001 | 0 | 1111 | 11100000 | 111000 | 1000010 |
Color Harmonies of #7892D9
Complementary color
Monochromatic Colors of #7892D9
Black with #7892D9
Text Example
Text Example
White with #7892D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892D9; }
p { color: rgb(120,146,217); }
H1.HeaderClassName
{
color: #7892D9;
}
.AnyTagClassName
{
color: #7892D9;
}
</style>
background-color css
<style>
a { background-color: #7892D9; }
a { background-color: rgb(120,146,217); }
div.DivClassName
{
background-color: #7892D9;
}
.BgClassName
{
background-color: #7892D9;
}
</style>
border-color css
<style>
span { border-color: #7892D9; }
span { border-color: rgb(120,146,217); }
td.TdClassName
{
border-color: #7892D9;
}
.TagClassName
{
border-color: #7892D9;
}
</style>