Shades of Portage #7E8BCE
Tints of Portage #7E8BCE
RGB
CMYK
RGB Variations
Color information
#7E8BCE (or 0x7E8BCE) is known color: Portage. HEX triplet: 7E, 8B and CE. RGB value is (126,139,206). Sum of RGB (Red+Green+Blue) = 126+139+206=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BCE is #817431. Grayscale: #8E8E8E. Windows color (decimal): -8483890 or 13536126. OLE color: 13536126.
HSL color Cylindrical-coordinate representation of color #7E8BCE: hue angle of 230.25º 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 #7E8BCE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 139 | 206 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.19 |
| HSL | 230.25º | 0.45% | 0.65% | - |
| HSV(B) | 230.25º | 0.39% | 0.81% | - |
| XYZ | 28.98 | 27.36 | 62.15 | - |
| YUV | 142.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 206 | 0.39 | 0.33 | 0 | 0.19 | 230.25 | 0.45 | 0.65 |
| Hex | 7E | 8B | CE | 27 | 21 | 0 | 13 | E6 | 2D | 41 |
| Octal | 176 | 213 | 316 | 47 | 41 | 0 | 23 | 346 | 55 | 101 |
| Binary | 1111110 | 10001011 | 11001110 | 100111 | 100001 | 0 | 10011 | 11100110 | 101101 | 1000001 |
Color Harmonies of #7E8BCE
Complementary color
Monochromatic Colors of #7E8BCE
Black with #7E8BCE
Text Example
Text Example
White with #7E8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8BCE; }
p { color: rgb(126,139,206); }
H1.HeaderClassName
{
color: #7E8BCE;
}
.AnyTagClassName
{
color: #7E8BCE;
}
</style>
background-color css
<style>
a { background-color: #7E8BCE; }
a { background-color: rgb(126,139,206); }
div.DivClassName
{
background-color: #7E8BCE;
}
.BgClassName
{
background-color: #7E8BCE;
}
</style>
border-color css
<style>
span { border-color: #7E8BCE; }
span { border-color: rgb(126,139,206); }
td.TdClassName
{
border-color: #7E8BCE;
}
.TagClassName
{
border-color: #7E8BCE;
}
</style>