Shades of Portage #7891DD
Tints of Portage #7891DD
RGB
CMYK
RGB Variations
Color information
#7891DD (or 0x7891DD) is known color: Portage. HEX triplet: 78, 91 and DD. RGB value is (120,145,221). Sum of RGB (Red+Green+Blue) = 120+145+221=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7891DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891DD is #876E22. Grayscale: #919191. Windows color (decimal): -8875555 or 14520696. OLE color: 14520696.
HSL color Cylindrical-coordinate representation of color #7891DD: hue angle of 225.15º 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 #7891DD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 145 | 221 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.13 |
| HSL | 225.15º | 0.6% | 0.67% | - |
| HSV(B) | 225.15º | 0.46% | 0.87% | - |
| XYZ | 30.92 | 29.46 | 72.46 | - |
| YUV | 146.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 221 | 0.46 | 0.34 | 0 | 0.13 | 225.15 | 0.6 | 0.67 |
| Hex | 78 | 91 | DD | 2E | 22 | 0 | D | E1 | 3C | 43 |
| Octal | 170 | 221 | 335 | 56 | 42 | 0 | 15 | 341 | 74 | 103 |
| Binary | 1111000 | 10010001 | 11011101 | 101110 | 100010 | 0 | 1101 | 11100001 | 111100 | 1000011 |
Color Harmonies of #7891DD
Complementary color
Monochromatic Colors of #7891DD
Black with #7891DD
Text Example
Text Example
White with #7891DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891DD; }
p { color: rgb(120,145,221); }
H1.HeaderClassName
{
color: #7891DD;
}
.AnyTagClassName
{
color: #7891DD;
}
</style>
background-color css
<style>
a { background-color: #7891DD; }
a { background-color: rgb(120,145,221); }
div.DivClassName
{
background-color: #7891DD;
}
.BgClassName
{
background-color: #7891DD;
}
</style>
border-color css
<style>
span { border-color: #7891DD; }
span { border-color: rgb(120,145,221); }
td.TdClassName
{
border-color: #7891DD;
}
.TagClassName
{
border-color: #7891DD;
}
</style>