Shades of Portage #7892DD
Tints of Portage #7892DD
RGB
CMYK
RGB Variations
Color information
#7892DD (or 0x7892DD) is known color: Portage. HEX triplet: 78, 92 and DD. RGB value is (120,146,221). Sum of RGB (Red+Green+Blue) = 120+146+221=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #7892DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892DD is #876D22. Grayscale: #929292. Windows color (decimal): -8875299 or 14520952. OLE color: 14520952.
HSL color Cylindrical-coordinate representation of color #7892DD: hue angle of 224.55º degrees, saturation: 0.6, 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 #7892DD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 146 | 221 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.13 |
| HSL | 224.55º | 0.6% | 0.67% | - |
| HSV(B) | 224.55º | 0.46% | 0.87% | - |
| XYZ | 31.08 | 29.77 | 72.52 | - |
| YUV | 146.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 221 | 0.46 | 0.34 | 0 | 0.13 | 224.55 | 0.6 | 0.67 |
| Hex | 78 | 92 | DD | 2E | 22 | 0 | D | E1 | 3C | 43 |
| Octal | 170 | 222 | 335 | 56 | 42 | 0 | 15 | 341 | 74 | 103 |
| Binary | 1111000 | 10010010 | 11011101 | 101110 | 100010 | 0 | 1101 | 11100001 | 111100 | 1000011 |
Color Harmonies of #7892DD
Complementary color
Monochromatic Colors of #7892DD
Black with #7892DD
Text Example
Text Example
White with #7892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892DD; }
p { color: rgb(120,146,221); }
H1.HeaderClassName
{
color: #7892DD;
}
.AnyTagClassName
{
color: #7892DD;
}
</style>
background-color css
<style>
a { background-color: #7892DD; }
a { background-color: rgb(120,146,221); }
div.DivClassName
{
background-color: #7892DD;
}
.BgClassName
{
background-color: #7892DD;
}
</style>
border-color css
<style>
span { border-color: #7892DD; }
span { border-color: rgb(120,146,221); }
td.TdClassName
{
border-color: #7892DD;
}
.TagClassName
{
border-color: #7892DD;
}
</style>