Shades of Portage #8E9EFD
Tints of Portage #8E9EFD
RGB
CMYK
RGB Variations
Color information
#8E9EFD (or 0x8E9EFD) is known color: Portage. HEX triplet: 8E, 9E and FD. RGB value is (142,158,253). Sum of RGB (Red+Green+Blue) = 142+158+253=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EFD is #716102. Grayscale: #A3A3A3. Windows color (decimal): -7430403 or 16621198. OLE color: 16621198.
HSL color Cylindrical-coordinate representation of color #8E9EFD: hue angle of 231.35º 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 #8E9EFD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 158 | 253 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.01 |
| HSL | 231.35º | 0.97% | 0.77% | - |
| HSV(B) | 231.35º | 0.44% | 0.99% | - |
| XYZ | 41.11 | 37.3 | 97.96 | - |
| YUV | 164.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 158 | 253 | 0.44 | 0.38 | 0 | 0.01 | 231.35 | 0.97 | 0.77 |
| Hex | 8E | 9E | FD | 2C | 26 | 0 | 1 | E7 | 61 | 4D |
| Octal | 216 | 236 | 375 | 54 | 46 | 0 | 1 | 347 | 141 | 115 |
| Binary | 10001110 | 10011110 | 11111101 | 101100 | 100110 | 0 | 1 | 11100111 | 1100001 | 1001101 |
Color Harmonies of #8E9EFD
Complementary color
Monochromatic Colors of #8E9EFD
Black with #8E9EFD
Text Example
Text Example
White with #8E9EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9EFD; }
p { color: rgb(142,158,253); }
H1.HeaderClassName
{
color: #8E9EFD;
}
.AnyTagClassName
{
color: #8E9EFD;
}
</style>
background-color css
<style>
a { background-color: #8E9EFD; }
a { background-color: rgb(142,158,253); }
div.DivClassName
{
background-color: #8E9EFD;
}
.BgClassName
{
background-color: #8E9EFD;
}
</style>
border-color css
<style>
span { border-color: #8E9EFD; }
span { border-color: rgb(142,158,253); }
td.TdClassName
{
border-color: #8E9EFD;
}
.TagClassName
{
border-color: #8E9EFD;
}
</style>