Shades of Portage #8D9FEF
Tints of Portage #8D9FEF
RGB
CMYK
RGB Variations
Color information
#8D9FEF (or 0x8D9FEF) is known color: Portage. HEX triplet: 8D, 9F and EF. RGB value is (141,159,239). Sum of RGB (Red+Green+Blue) = 141+159+239=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FEF is #726010. Grayscale: #A2A2A2. Windows color (decimal): -7495697 or 15703949. OLE color: 15703949.
HSL color Cylindrical-coordinate representation of color #8D9FEF: hue angle of 228.98º 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 #8D9FEF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 159 | 239 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.06 |
| HSL | 228.98º | 0.75% | 0.75% | - |
| HSV(B) | 228.98º | 0.41% | 0.94% | - |
| XYZ | 38.96 | 36.69 | 86.69 | - |
| YUV | 162.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 239 | 0.41 | 0.33 | 0 | 0.06 | 228.98 | 0.75 | 0.75 |
| Hex | 8D | 9F | EF | 29 | 21 | 0 | 6 | E5 | 4B | 4B |
| Octal | 215 | 237 | 357 | 51 | 41 | 0 | 6 | 345 | 113 | 113 |
| Binary | 10001101 | 10011111 | 11101111 | 101001 | 100001 | 0 | 110 | 11100101 | 1001011 | 1001011 |
Color Harmonies of #8D9FEF
Complementary color
Monochromatic Colors of #8D9FEF
Black with #8D9FEF
Text Example
Text Example
White with #8D9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FEF; }
p { color: rgb(141,159,239); }
H1.HeaderClassName
{
color: #8D9FEF;
}
.AnyTagClassName
{
color: #8D9FEF;
}
</style>
background-color css
<style>
a { background-color: #8D9FEF; }
a { background-color: rgb(141,159,239); }
div.DivClassName
{
background-color: #8D9FEF;
}
.BgClassName
{
background-color: #8D9FEF;
}
</style>
border-color css
<style>
span { border-color: #8D9FEF; }
span { border-color: rgb(141,159,239); }
td.TdClassName
{
border-color: #8D9FEF;
}
.TagClassName
{
border-color: #8D9FEF;
}
</style>