Shades of Portage #8D9EEE
Tints of Portage #8D9EEE
RGB
CMYK
RGB Variations
Color information
#8D9EEE (or 0x8D9EEE) is known color: Portage. HEX triplet: 8D, 9E and EE. RGB value is (141,158,238). Sum of RGB (Red+Green+Blue) = 141+158+238=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EEE is #726111. Grayscale: #A1A1A1. Windows color (decimal): -7495954 or 15638157. OLE color: 15638157.
HSL color Cylindrical-coordinate representation of color #8D9EEE: hue angle of 229.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D9EEE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 158 | 238 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.07 |
| HSL | 229.48º | 0.74% | 0.74% | - |
| HSV(B) | 229.48º | 0.41% | 0.93% | - |
| XYZ | 38.64 | 36.29 | 85.86 | - |
| YUV | 162.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 238 | 0.41 | 0.34 | 0 | 0.07 | 229.48 | 0.74 | 0.74 |
| Hex | 8D | 9E | EE | 29 | 22 | 0 | 7 | E5 | 4A | 4A |
| Octal | 215 | 236 | 356 | 51 | 42 | 0 | 7 | 345 | 112 | 112 |
| Binary | 10001101 | 10011110 | 11101110 | 101001 | 100010 | 0 | 111 | 11100101 | 1001010 | 1001010 |
Color Harmonies of #8D9EEE
Complementary color
Monochromatic Colors of #8D9EEE
Black with #8D9EEE
Text Example
Text Example
White with #8D9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EEE; }
p { color: rgb(141,158,238); }
H1.HeaderClassName
{
color: #8D9EEE;
}
.AnyTagClassName
{
color: #8D9EEE;
}
</style>
background-color css
<style>
a { background-color: #8D9EEE; }
a { background-color: rgb(141,158,238); }
div.DivClassName
{
background-color: #8D9EEE;
}
.BgClassName
{
background-color: #8D9EEE;
}
</style>
border-color css
<style>
span { border-color: #8D9EEE; }
span { border-color: rgb(141,158,238); }
td.TdClassName
{
border-color: #8D9EEE;
}
.TagClassName
{
border-color: #8D9EEE;
}
</style>