Shades of Portage #7987E8
Tints of Portage #7987E8
RGB
CMYK
RGB Variations
Color information
#7987E8 (or 0x7987E8) is known color: Portage. HEX triplet: 79, 87 and E8. RGB value is (121,135,232). Sum of RGB (Red+Green+Blue) = 121+135+232=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #7987E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7987E8 is #867817. Grayscale: #8D8D8D. Windows color (decimal): -8812568 or 15239033. OLE color: 15239033.
HSL color Cylindrical-coordinate representation of color #7987E8: hue angle of 232.43º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7987E8 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 135 | 232 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.09 |
| HSL | 232.43º | 0.71% | 0.69% | - |
| HSV(B) | 232.43º | 0.48% | 0.91% | - |
| XYZ | 31.11 | 27.22 | 79.96 | - |
| YUV | 141.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 232 | 0.48 | 0.42 | 0 | 0.09 | 232.43 | 0.71 | 0.69 |
| Hex | 79 | 87 | E8 | 30 | 2A | 0 | 9 | E8 | 47 | 45 |
| Octal | 171 | 207 | 350 | 60 | 52 | 0 | 11 | 350 | 107 | 105 |
| Binary | 1111001 | 10000111 | 11101000 | 110000 | 101010 | 0 | 1001 | 11101000 | 1000111 | 1000101 |
Color Harmonies of #7987E8
Complementary color
Monochromatic Colors of #7987E8
Black with #7987E8
Text Example
Text Example
White with #7987E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7987E8; }
p { color: rgb(121,135,232); }
H1.HeaderClassName
{
color: #7987E8;
}
.AnyTagClassName
{
color: #7987E8;
}
</style>
background-color css
<style>
a { background-color: #7987E8; }
a { background-color: rgb(121,135,232); }
div.DivClassName
{
background-color: #7987E8;
}
.BgClassName
{
background-color: #7987E8;
}
</style>
border-color css
<style>
span { border-color: #7987E8; }
span { border-color: rgb(121,135,232); }
td.TdClassName
{
border-color: #7987E8;
}
.TagClassName
{
border-color: #7987E8;
}
</style>