Shades of Portage #7E98CE
Tints of Portage #7E98CE
RGB
CMYK
RGB Variations
Color information
#7E98CE (or 0x7E98CE) is known color: Portage. HEX triplet: 7E, 98 and CE. RGB value is (126,152,206). Sum of RGB (Red+Green+Blue) = 126+152+206=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98CE is #816731. Grayscale: #969696. Windows color (decimal): -8480562 or 13539454. OLE color: 13539454.
HSL color Cylindrical-coordinate representation of color #7E98CE: hue angle of 220.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E98CE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 152 | 206 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.19 |
| HSL | 220.5º | 0.45% | 0.65% | - |
| HSV(B) | 220.5º | 0.39% | 0.81% | - |
| XYZ | 30.97 | 31.35 | 62.81 | - |
| YUV | 150.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 206 | 0.39 | 0.26 | 0 | 0.19 | 220.5 | 0.45 | 0.65 |
| Hex | 7E | 98 | CE | 27 | 1A | 0 | 13 | DC | 2D | 41 |
| Octal | 176 | 230 | 316 | 47 | 32 | 0 | 23 | 334 | 55 | 101 |
| Binary | 1111110 | 10011000 | 11001110 | 100111 | 11010 | 0 | 10011 | 11011100 | 101101 | 1000001 |
Color Harmonies of #7E98CE
Complementary color
Monochromatic Colors of #7E98CE
Black with #7E98CE
Text Example
Text Example
White with #7E98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E98CE; }
p { color: rgb(126,152,206); }
H1.HeaderClassName
{
color: #7E98CE;
}
.AnyTagClassName
{
color: #7E98CE;
}
</style>
background-color css
<style>
a { background-color: #7E98CE; }
a { background-color: rgb(126,152,206); }
div.DivClassName
{
background-color: #7E98CE;
}
.BgClassName
{
background-color: #7E98CE;
}
</style>
border-color css
<style>
span { border-color: #7E98CE; }
span { border-color: rgb(126,152,206); }
td.TdClassName
{
border-color: #7E98CE;
}
.TagClassName
{
border-color: #7E98CE;
}
</style>