Shades of Portage #8D9CFE
Tints of Portage #8D9CFE
RGB
CMYK
RGB Variations
Color information
#8D9CFE (or 0x8D9CFE) is known color: Portage. HEX triplet: 8D, 9C and FE. RGB value is (141,156,254). Sum of RGB (Red+Green+Blue) = 141+156+254=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D9CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFE is #726301. Grayscale: #A2A2A2. Windows color (decimal): -7496450 or 16686221. OLE color: 16686221.
HSL color Cylindrical-coordinate representation of color #8D9CFE: hue angle of 232.04º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9CFE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 156 | 254 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.00 |
| HSL | 232.04º | 0.98% | 0.77% | - |
| HSV(B) | 232.04º | 0.44% | 1% | - |
| XYZ | 40.76 | 36.6 | 98.68 | - |
| YUV | 162.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 254 | 0.44 | 0.39 | 0 | 0.00 | 232.04 | 0.98 | 0.77 |
| Hex | 8D | 9C | FE | 2C | 27 | 0 | 0 | E8 | 62 | 4D |
| Octal | 215 | 234 | 376 | 54 | 47 | 0 | 0 | 350 | 142 | 115 |
| Binary | 10001101 | 10011100 | 11111110 | 101100 | 100111 | 0 | 0 | 11101000 | 1100010 | 1001101 |
Color Harmonies of #8D9CFE
Complementary color
Monochromatic Colors of #8D9CFE
Black with #8D9CFE
Text Example
Text Example
White with #8D9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CFE; }
p { color: rgb(141,156,254); }
H1.HeaderClassName
{
color: #8D9CFE;
}
.AnyTagClassName
{
color: #8D9CFE;
}
</style>
background-color css
<style>
a { background-color: #8D9CFE; }
a { background-color: rgb(141,156,254); }
div.DivClassName
{
background-color: #8D9CFE;
}
.BgClassName
{
background-color: #8D9CFE;
}
</style>
border-color css
<style>
span { border-color: #8D9CFE; }
span { border-color: rgb(141,156,254); }
td.TdClassName
{
border-color: #8D9CFE;
}
.TagClassName
{
border-color: #8D9CFE;
}
</style>