Shades of Portage #8D99FE
Tints of Portage #8D99FE
RGB
CMYK
RGB Variations
Color information
#8D99FE (or 0x8D99FE) is known color: Portage. HEX triplet: 8D, 99 and FE. RGB value is (141,153,254). Sum of RGB (Red+Green+Blue) = 141+153+254=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D99FE is #726601. Grayscale: #A0A0A0. Windows color (decimal): -7497218 or 16685453. OLE color: 16685453.
HSL color Cylindrical-coordinate representation of color #8D99FE: hue angle of 233.63º 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 #8D99FE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 153 | 254 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.00 |
| HSL | 233.63º | 0.98% | 0.77% | - |
| HSV(B) | 233.63º | 0.44% | 1% | - |
| XYZ | 40.27 | 35.6 | 98.52 | - |
| YUV | 160.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 254 | 0.44 | 0.40 | 0 | 0.00 | 233.63 | 0.98 | 0.77 |
| Hex | 8D | 99 | FE | 2C | 28 | 0 | 0 | EA | 62 | 4D |
| Octal | 215 | 231 | 376 | 54 | 50 | 0 | 0 | 352 | 142 | 115 |
| Binary | 10001101 | 10011001 | 11111110 | 101100 | 101000 | 0 | 0 | 11101010 | 1100010 | 1001101 |
Color Harmonies of #8D99FE
Complementary color
Monochromatic Colors of #8D99FE
Black with #8D99FE
Text Example
Text Example
White with #8D99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D99FE; }
p { color: rgb(141,153,254); }
H1.HeaderClassName
{
color: #8D99FE;
}
.AnyTagClassName
{
color: #8D99FE;
}
</style>
background-color css
<style>
a { background-color: #8D99FE; }
a { background-color: rgb(141,153,254); }
div.DivClassName
{
background-color: #8D99FE;
}
.BgClassName
{
background-color: #8D99FE;
}
</style>
border-color css
<style>
span { border-color: #8D99FE; }
span { border-color: rgb(141,153,254); }
td.TdClassName
{
border-color: #8D99FE;
}
.TagClassName
{
border-color: #8D99FE;
}
</style>