Shades of Portage #8D94D8
Tints of Portage #8D94D8
RGB
CMYK
RGB Variations
Color information
#8D94D8 (or 0x8D94D8) is known color: Portage. HEX triplet: 8D, 94 and D8. RGB value is (141,148,216). Sum of RGB (Red+Green+Blue) = 141+148+216=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D94D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94D8 is #726B27. Grayscale: #999999. Windows color (decimal): -7498536 or 14193805. OLE color: 14193805.
HSL color Cylindrical-coordinate representation of color #8D94D8: hue angle of 234.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D94D8 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 148 | 216 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.15 |
| HSL | 234.4º | 0.49% | 0.7% | - |
| HSV(B) | 234.4º | 0.35% | 0.85% | - |
| XYZ | 33.97 | 31.8 | 69.31 | - |
| YUV | 153.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 216 | 0.35 | 0.31 | 0 | 0.15 | 234.4 | 0.49 | 0.7 |
| Hex | 8D | 94 | D8 | 23 | 1F | 0 | F | EA | 31 | 46 |
| Octal | 215 | 224 | 330 | 43 | 37 | 0 | 17 | 352 | 61 | 106 |
| Binary | 10001101 | 10010100 | 11011000 | 100011 | 11111 | 0 | 1111 | 11101010 | 110001 | 1000110 |
Color Harmonies of #8D94D8
Complementary color
Monochromatic Colors of #8D94D8
Black with #8D94D8
Text Example
Text Example
White with #8D94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94D8; }
p { color: rgb(141,148,216); }
H1.HeaderClassName
{
color: #8D94D8;
}
.AnyTagClassName
{
color: #8D94D8;
}
</style>
background-color css
<style>
a { background-color: #8D94D8; }
a { background-color: rgb(141,148,216); }
div.DivClassName
{
background-color: #8D94D8;
}
.BgClassName
{
background-color: #8D94D8;
}
</style>
border-color css
<style>
span { border-color: #8D94D8; }
span { border-color: rgb(141,148,216); }
td.TdClassName
{
border-color: #8D94D8;
}
.TagClassName
{
border-color: #8D94D8;
}
</style>