Shades of Portage #8D94FE
Tints of Portage #8D94FE
RGB
CMYK
RGB Variations
Color information
#8D94FE (or 0x8D94FE) is known color: Portage. HEX triplet: 8D, 94 and FE. RGB value is (141,148,254). Sum of RGB (Red+Green+Blue) = 141+148+254=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D94FE is #726B01. Grayscale: #9D9D9D. Windows color (decimal): -7498498 or 16684173. OLE color: 16684173.
HSL color Cylindrical-coordinate representation of color #8D94FE: hue angle of 236.28º 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 #8D94FE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 148 | 254 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.00 |
| HSL | 236.28º | 0.98% | 0.77% | - |
| HSV(B) | 236.28º | 0.44% | 1% | - |
| XYZ | 39.46 | 34 | 98.25 | - |
| YUV | 157.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 254 | 0.44 | 0.42 | 0 | 0.00 | 236.28 | 0.98 | 0.77 |
| Hex | 8D | 94 | FE | 2C | 2A | 0 | 0 | EC | 62 | 4D |
| Octal | 215 | 224 | 376 | 54 | 52 | 0 | 0 | 354 | 142 | 115 |
| Binary | 10001101 | 10010100 | 11111110 | 101100 | 101010 | 0 | 0 | 11101100 | 1100010 | 1001101 |
Color Harmonies of #8D94FE
Complementary color
Monochromatic Colors of #8D94FE
Black with #8D94FE
Text Example
Text Example
White with #8D94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94FE; }
p { color: rgb(141,148,254); }
H1.HeaderClassName
{
color: #8D94FE;
}
.AnyTagClassName
{
color: #8D94FE;
}
</style>
background-color css
<style>
a { background-color: #8D94FE; }
a { background-color: rgb(141,148,254); }
div.DivClassName
{
background-color: #8D94FE;
}
.BgClassName
{
background-color: #8D94FE;
}
</style>
border-color css
<style>
span { border-color: #8D94FE; }
span { border-color: rgb(141,148,254); }
td.TdClassName
{
border-color: #8D94FE;
}
.TagClassName
{
border-color: #8D94FE;
}
</style>