Shades of Portage #8F94D8
Tints of Portage #8F94D8
RGB
CMYK
RGB Variations
Color information
#8F94D8 (or 0x8F94D8) is known color: Portage. HEX triplet: 8F, 94 and D8. RGB value is (143,148,216). Sum of RGB (Red+Green+Blue) = 143+148+216=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F94D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94D8 is #706B27. Grayscale: #999999. Windows color (decimal): -7367464 or 14193807. OLE color: 14193807.
HSL color Cylindrical-coordinate representation of color #8F94D8: hue angle of 235.89º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F94D8 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 148 | 216 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.15 |
| HSL | 235.89º | 0.48% | 0.7% | - |
| HSV(B) | 235.89º | 0.34% | 0.85% | - |
| XYZ | 34.31 | 31.98 | 69.33 | - |
| YUV | 154.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 216 | 0.34 | 0.31 | 0 | 0.15 | 235.89 | 0.48 | 0.7 |
| Hex | 8F | 94 | D8 | 22 | 1F | 0 | F | EC | 30 | 46 |
| Octal | 217 | 224 | 330 | 42 | 37 | 0 | 17 | 354 | 60 | 106 |
| Binary | 10001111 | 10010100 | 11011000 | 100010 | 11111 | 0 | 1111 | 11101100 | 110000 | 1000110 |
Color Harmonies of #8F94D8
Complementary color
Monochromatic Colors of #8F94D8
Black with #8F94D8
Text Example
Text Example
White with #8F94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F94D8; }
p { color: rgb(143,148,216); }
H1.HeaderClassName
{
color: #8F94D8;
}
.AnyTagClassName
{
color: #8F94D8;
}
</style>
background-color css
<style>
a { background-color: #8F94D8; }
a { background-color: rgb(143,148,216); }
div.DivClassName
{
background-color: #8F94D8;
}
.BgClassName
{
background-color: #8F94D8;
}
</style>
border-color css
<style>
span { border-color: #8F94D8; }
span { border-color: rgb(143,148,216); }
td.TdClassName
{
border-color: #8F94D8;
}
.TagClassName
{
border-color: #8F94D8;
}
</style>