Shades of Portage #7988E4
Tints of Portage #7988E4
RGB
CMYK
RGB Variations
Color information
#7988E4 (or 0x7988E4) is known color: Portage. HEX triplet: 79, 88 and E4. RGB value is (121,136,228). Sum of RGB (Red+Green+Blue) = 121+136+228=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #7988E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988E4 is #86771B. Grayscale: #8D8D8D. Windows color (decimal): -8812316 or 14977145. OLE color: 14977145.
HSL color Cylindrical-coordinate representation of color #7988E4: hue angle of 231.59º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7988E4 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 136 | 228 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.11 |
| HSL | 231.59º | 0.66% | 0.68% | - |
| HSV(B) | 231.59º | 0.47% | 0.89% | - |
| XYZ | 30.69 | 27.27 | 77.05 | - |
| YUV | 142 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 228 | 0.47 | 0.40 | 0 | 0.11 | 231.59 | 0.66 | 0.68 |
| Hex | 79 | 88 | E4 | 2F | 28 | 0 | B | E8 | 42 | 44 |
| Octal | 171 | 210 | 344 | 57 | 50 | 0 | 13 | 350 | 102 | 104 |
| Binary | 1111001 | 10001000 | 11100100 | 101111 | 101000 | 0 | 1011 | 11101000 | 1000010 | 1000100 |
Color Harmonies of #7988E4
Complementary color
Monochromatic Colors of #7988E4
Black with #7988E4
Text Example
Text Example
White with #7988E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988E4; }
p { color: rgb(121,136,228); }
H1.HeaderClassName
{
color: #7988E4;
}
.AnyTagClassName
{
color: #7988E4;
}
</style>
background-color css
<style>
a { background-color: #7988E4; }
a { background-color: rgb(121,136,228); }
div.DivClassName
{
background-color: #7988E4;
}
.BgClassName
{
background-color: #7988E4;
}
</style>
border-color css
<style>
span { border-color: #7988E4; }
span { border-color: rgb(121,136,228); }
td.TdClassName
{
border-color: #7988E4;
}
.TagClassName
{
border-color: #7988E4;
}
</style>