Shades of Portage #7988DE
Tints of Portage #7988DE
RGB
CMYK
RGB Variations
Color information
#7988DE (or 0x7988DE) is known color: Portage. HEX triplet: 79, 88 and DE. RGB value is (121,136,222). Sum of RGB (Red+Green+Blue) = 121+136+222=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #7988DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988DE is #867721. Grayscale: #8C8C8C. Windows color (decimal): -8812322 or 14583929. OLE color: 14583929.
HSL color Cylindrical-coordinate representation of color #7988DE: hue angle of 231.09º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7988DE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 136 | 222 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.13 |
| HSL | 231.09º | 0.6% | 0.67% | - |
| HSV(B) | 231.09º | 0.45% | 0.87% | - |
| XYZ | 29.87 | 26.95 | 72.73 | - |
| YUV | 141.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 222 | 0.45 | 0.39 | 0 | 0.13 | 231.09 | 0.6 | 0.67 |
| Hex | 79 | 88 | DE | 2D | 27 | 0 | D | E7 | 3C | 43 |
| Octal | 171 | 210 | 336 | 55 | 47 | 0 | 15 | 347 | 74 | 103 |
| Binary | 1111001 | 10001000 | 11011110 | 101101 | 100111 | 0 | 1101 | 11100111 | 111100 | 1000011 |
Color Harmonies of #7988DE
Complementary color
Monochromatic Colors of #7988DE
Black with #7988DE
Text Example
Text Example
White with #7988DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988DE; }
p { color: rgb(121,136,222); }
H1.HeaderClassName
{
color: #7988DE;
}
.AnyTagClassName
{
color: #7988DE;
}
</style>
background-color css
<style>
a { background-color: #7988DE; }
a { background-color: rgb(121,136,222); }
div.DivClassName
{
background-color: #7988DE;
}
.BgClassName
{
background-color: #7988DE;
}
</style>
border-color css
<style>
span { border-color: #7988DE; }
span { border-color: rgb(121,136,222); }
td.TdClassName
{
border-color: #7988DE;
}
.TagClassName
{
border-color: #7988DE;
}
</style>