Shades of Portage #7D8AE8
Tints of Portage #7D8AE8
RGB
CMYK
RGB Variations
Color information
#7D8AE8 (or 0x7D8AE8) is known color: Portage. HEX triplet: 7D, 8A and E8. RGB value is (125,138,232). Sum of RGB (Red+Green+Blue) = 125+138+232=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D8AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AE8 is #827517. Grayscale: #909090. Windows color (decimal): -8549656 or 15239805. OLE color: 15239805.
HSL color Cylindrical-coordinate representation of color #7D8AE8: hue angle of 232.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8AE8 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 138 | 232 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.09 |
| HSL | 232.71º | 0.7% | 0.7% | - |
| HSV(B) | 232.71º | 0.46% | 0.91% | - |
| XYZ | 32.11 | 28.36 | 80.13 | - |
| YUV | 144.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 232 | 0.46 | 0.41 | 0 | 0.09 | 232.71 | 0.7 | 0.7 |
| Hex | 7D | 8A | E8 | 2E | 29 | 0 | 9 | E9 | 46 | 46 |
| Octal | 175 | 212 | 350 | 56 | 51 | 0 | 11 | 351 | 106 | 106 |
| Binary | 1111101 | 10001010 | 11101000 | 101110 | 101001 | 0 | 1001 | 11101001 | 1000110 | 1000110 |
Color Harmonies of #7D8AE8
Complementary color
Monochromatic Colors of #7D8AE8
Black with #7D8AE8
Text Example
Text Example
White with #7D8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8AE8; }
p { color: rgb(125,138,232); }
H1.HeaderClassName
{
color: #7D8AE8;
}
.AnyTagClassName
{
color: #7D8AE8;
}
</style>
background-color css
<style>
a { background-color: #7D8AE8; }
a { background-color: rgb(125,138,232); }
div.DivClassName
{
background-color: #7D8AE8;
}
.BgClassName
{
background-color: #7D8AE8;
}
</style>
border-color css
<style>
span { border-color: #7D8AE8; }
span { border-color: rgb(125,138,232); }
td.TdClassName
{
border-color: #7D8AE8;
}
.TagClassName
{
border-color: #7D8AE8;
}
</style>