Shades of Portage #8EA7FD
Tints of Portage #8EA7FD
RGB
CMYK
RGB Variations
Color information
#8EA7FD (or 0x8EA7FD) is known color: Portage. HEX triplet: 8E, A7 and FD. RGB value is (142,167,253). Sum of RGB (Red+Green+Blue) = 142+167+253=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA7FD is #715802. Grayscale: #A8A8A8. Windows color (decimal): -7428099 or 16623502. OLE color: 16623502.
HSL color Cylindrical-coordinate representation of color #8EA7FD: hue angle of 226.49º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA7FD is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 167 | 253 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.01 |
| HSL | 226.49º | 0.97% | 0.77% | - |
| HSV(B) | 226.49º | 0.44% | 0.99% | - |
| XYZ | 42.7 | 40.48 | 98.49 | - |
| YUV | 169.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 253 | 0.44 | 0.34 | 0 | 0.01 | 226.49 | 0.97 | 0.77 |
| Hex | 8E | A7 | FD | 2C | 22 | 0 | 1 | E2 | 61 | 4D |
| Octal | 216 | 247 | 375 | 54 | 42 | 0 | 1 | 342 | 141 | 115 |
| Binary | 10001110 | 10100111 | 11111101 | 101100 | 100010 | 0 | 1 | 11100010 | 1100001 | 1001101 |
Color Harmonies of #8EA7FD
Complementary color
Monochromatic Colors of #8EA7FD
Black with #8EA7FD
Text Example
Text Example
White with #8EA7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA7FD; }
p { color: rgb(142,167,253); }
H1.HeaderClassName
{
color: #8EA7FD;
}
.AnyTagClassName
{
color: #8EA7FD;
}
</style>
background-color css
<style>
a { background-color: #8EA7FD; }
a { background-color: rgb(142,167,253); }
div.DivClassName
{
background-color: #8EA7FD;
}
.BgClassName
{
background-color: #8EA7FD;
}
</style>
border-color css
<style>
span { border-color: #8EA7FD; }
span { border-color: rgb(142,167,253); }
td.TdClassName
{
border-color: #8EA7FD;
}
.TagClassName
{
border-color: #8EA7FD;
}
</style>