Shades of Portage #7891DA
Tints of Portage #7891DA
RGB
CMYK
RGB Variations
Color information
#7891DA (or 0x7891DA) is known color: Portage. HEX triplet: 78, 91 and DA. RGB value is (120,145,218). Sum of RGB (Red+Green+Blue) = 120+145+218=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #7891DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891DA is #876E25. Grayscale: #919191. Windows color (decimal): -8875558 or 14324088. OLE color: 14324088.
HSL color Cylindrical-coordinate representation of color #7891DA: hue angle of 224.69º degrees, saturation: 0.57, 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 #7891DA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 145 | 218 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.15 |
| HSL | 224.69º | 0.57% | 0.66% | - |
| HSV(B) | 224.69º | 0.45% | 0.85% | - |
| XYZ | 30.53 | 29.31 | 70.38 | - |
| YUV | 145.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 218 | 0.45 | 0.33 | 0 | 0.15 | 224.69 | 0.57 | 0.66 |
| Hex | 78 | 91 | DA | 2D | 21 | 0 | F | E1 | 39 | 42 |
| Octal | 170 | 221 | 332 | 55 | 41 | 0 | 17 | 341 | 71 | 102 |
| Binary | 1111000 | 10010001 | 11011010 | 101101 | 100001 | 0 | 1111 | 11100001 | 111001 | 1000010 |
Color Harmonies of #7891DA
Complementary color
Monochromatic Colors of #7891DA
Black with #7891DA
Text Example
Text Example
White with #7891DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891DA; }
p { color: rgb(120,145,218); }
H1.HeaderClassName
{
color: #7891DA;
}
.AnyTagClassName
{
color: #7891DA;
}
</style>
background-color css
<style>
a { background-color: #7891DA; }
a { background-color: rgb(120,145,218); }
div.DivClassName
{
background-color: #7891DA;
}
.BgClassName
{
background-color: #7891DA;
}
</style>
border-color css
<style>
span { border-color: #7891DA; }
span { border-color: rgb(120,145,218); }
td.TdClassName
{
border-color: #7891DA;
}
.TagClassName
{
border-color: #7891DA;
}
</style>