Shades of Portage #8D9CEF
Tints of Portage #8D9CEF
RGB
CMYK
RGB Variations
Color information
#8D9CEF (or 0x8D9CEF) is known color: Portage. HEX triplet: 8D, 9C and EF. RGB value is (141,156,239). Sum of RGB (Red+Green+Blue) = 141+156+239=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CEF is #726310. Grayscale: #A0A0A0. Windows color (decimal): -7496465 or 15703181. OLE color: 15703181.
HSL color Cylindrical-coordinate representation of color #8D9CEF: hue angle of 230.82º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D9CEF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 156 | 239 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.06 |
| HSL | 230.82º | 0.75% | 0.75% | - |
| HSV(B) | 230.82º | 0.41% | 0.94% | - |
| XYZ | 38.45 | 35.67 | 86.52 | - |
| YUV | 160.98 | 172.03 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 239 | 0.41 | 0.35 | 0 | 0.06 | 230.82 | 0.75 | 0.75 |
| Hex | 8D | 9C | EF | 29 | 23 | 0 | 6 | E7 | 4B | 4B |
| Octal | 215 | 234 | 357 | 51 | 43 | 0 | 6 | 347 | 113 | 113 |
| Binary | 10001101 | 10011100 | 11101111 | 101001 | 100011 | 0 | 110 | 11100111 | 1001011 | 1001011 |
Color Harmonies of #8D9CEF
Complementary color
Monochromatic Colors of #8D9CEF
Black with #8D9CEF
Text Example
Text Example
White with #8D9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CEF; }
p { color: rgb(141,156,239); }
H1.HeaderClassName
{
color: #8D9CEF;
}
.AnyTagClassName
{
color: #8D9CEF;
}
</style>
background-color css
<style>
a { background-color: #8D9CEF; }
a { background-color: rgb(141,156,239); }
div.DivClassName
{
background-color: #8D9CEF;
}
.BgClassName
{
background-color: #8D9CEF;
}
</style>
border-color css
<style>
span { border-color: #8D9CEF; }
span { border-color: rgb(141,156,239); }
td.TdClassName
{
border-color: #8D9CEF;
}
.TagClassName
{
border-color: #8D9CEF;
}
</style>