Shades of Portage #7E8CCE
Tints of Portage #7E8CCE
RGB
CMYK
RGB Variations
Color information
#7E8CCE (or 0x7E8CCE) is known color: Portage. HEX triplet: 7E, 8C and CE. RGB value is (126,140,206). Sum of RGB (Red+Green+Blue) = 126+140+206=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CCE is #817331. Grayscale: #8F8F8F. Windows color (decimal): -8483634 or 13536382. OLE color: 13536382.
HSL color Cylindrical-coordinate representation of color #7E8CCE: hue angle of 229.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 #7E8CCE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 140 | 206 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.19 |
| HSL | 229.5º | 0.45% | 0.65% | - |
| HSV(B) | 229.5º | 0.39% | 0.81% | - |
| XYZ | 29.12 | 27.65 | 62.19 | - |
| YUV | 143.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 206 | 0.39 | 0.32 | 0 | 0.19 | 229.5 | 0.45 | 0.65 |
| Hex | 7E | 8C | CE | 27 | 20 | 0 | 13 | E6 | 2D | 41 |
| Octal | 176 | 214 | 316 | 47 | 40 | 0 | 23 | 346 | 55 | 101 |
| Binary | 1111110 | 10001100 | 11001110 | 100111 | 100000 | 0 | 10011 | 11100110 | 101101 | 1000001 |
Color Harmonies of #7E8CCE
Complementary color
Monochromatic Colors of #7E8CCE
Black with #7E8CCE
Text Example
Text Example
White with #7E8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8CCE; }
p { color: rgb(126,140,206); }
H1.HeaderClassName
{
color: #7E8CCE;
}
.AnyTagClassName
{
color: #7E8CCE;
}
</style>
background-color css
<style>
a { background-color: #7E8CCE; }
a { background-color: rgb(126,140,206); }
div.DivClassName
{
background-color: #7E8CCE;
}
.BgClassName
{
background-color: #7E8CCE;
}
</style>
border-color css
<style>
span { border-color: #7E8CCE; }
span { border-color: rgb(126,140,206); }
td.TdClassName
{
border-color: #7E8CCE;
}
.TagClassName
{
border-color: #7E8CCE;
}
</style>