Shades of Portage #8D94F2
Tints of Portage #8D94F2
RGB
CMYK
RGB Variations
Color information
#8D94F2 (or 0x8D94F2) is known color: Portage. HEX triplet: 8D, 94 and F2. RGB value is (141,148,242). Sum of RGB (Red+Green+Blue) = 141+148+242=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D94F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D94F2 is #726B0D. Grayscale: #9C9C9C. Windows color (decimal): -7498510 or 15897741. OLE color: 15897741.
HSL color Cylindrical-coordinate representation of color #8D94F2: hue angle of 235.84º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D94F2 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 148 | 242 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.05 |
| HSL | 235.84º | 0.8% | 0.75% | - |
| HSV(B) | 235.84º | 0.42% | 0.95% | - |
| XYZ | 37.6 | 33.25 | 88.44 | - |
| YUV | 156.62 | 176.18 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 242 | 0.42 | 0.39 | 0 | 0.05 | 235.84 | 0.8 | 0.75 |
| Hex | 8D | 94 | F2 | 2A | 27 | 0 | 5 | EC | 50 | 4B |
| Octal | 215 | 224 | 362 | 52 | 47 | 0 | 5 | 354 | 120 | 113 |
| Binary | 10001101 | 10010100 | 11110010 | 101010 | 100111 | 0 | 101 | 11101100 | 1010000 | 1001011 |
Color Harmonies of #8D94F2
Complementary color
Monochromatic Colors of #8D94F2
Black with #8D94F2
Text Example
Text Example
White with #8D94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94F2; }
p { color: rgb(141,148,242); }
H1.HeaderClassName
{
color: #8D94F2;
}
.AnyTagClassName
{
color: #8D94F2;
}
</style>
background-color css
<style>
a { background-color: #8D94F2; }
a { background-color: rgb(141,148,242); }
div.DivClassName
{
background-color: #8D94F2;
}
.BgClassName
{
background-color: #8D94F2;
}
</style>
border-color css
<style>
span { border-color: #8D94F2; }
span { border-color: rgb(141,148,242); }
td.TdClassName
{
border-color: #8D94F2;
}
.TagClassName
{
border-color: #8D94F2;
}
</style>