Shades of Portage #7E88CE
Tints of Portage #7E88CE
RGB
CMYK
RGB Variations
Color information
#7E88CE (or 0x7E88CE) is known color: Portage. HEX triplet: 7E, 88 and CE. RGB value is (126,136,206). Sum of RGB (Red+Green+Blue) = 126+136+206=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E88CE is #817731. Grayscale: #8C8C8C. Windows color (decimal): -8484658 or 13535358. OLE color: 13535358.
HSL color Cylindrical-coordinate representation of color #7E88CE: hue angle of 232.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 #7E88CE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 136 | 206 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.19 |
| HSL | 232.5º | 0.45% | 0.65% | - |
| HSV(B) | 232.5º | 0.39% | 0.81% | - |
| XYZ | 28.55 | 26.5 | 62 | - |
| YUV | 140.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 206 | 0.39 | 0.34 | 0 | 0.19 | 232.5 | 0.45 | 0.65 |
| Hex | 7E | 88 | CE | 27 | 22 | 0 | 13 | E8 | 2D | 41 |
| Octal | 176 | 210 | 316 | 47 | 42 | 0 | 23 | 350 | 55 | 101 |
| Binary | 1111110 | 10001000 | 11001110 | 100111 | 100010 | 0 | 10011 | 11101000 | 101101 | 1000001 |
Color Harmonies of #7E88CE
Complementary color
Monochromatic Colors of #7E88CE
Black with #7E88CE
Text Example
Text Example
White with #7E88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E88CE; }
p { color: rgb(126,136,206); }
H1.HeaderClassName
{
color: #7E88CE;
}
.AnyTagClassName
{
color: #7E88CE;
}
</style>
background-color css
<style>
a { background-color: #7E88CE; }
a { background-color: rgb(126,136,206); }
div.DivClassName
{
background-color: #7E88CE;
}
.BgClassName
{
background-color: #7E88CE;
}
</style>
border-color css
<style>
span { border-color: #7E88CE; }
span { border-color: rgb(126,136,206); }
td.TdClassName
{
border-color: #7E88CE;
}
.TagClassName
{
border-color: #7E88CE;
}
</style>