Shades of Portage #8F94EE
Tints of Portage #8F94EE
RGB
CMYK
RGB Variations
Color information
#8F94EE (or 0x8F94EE) is known color: Portage. HEX triplet: 8F, 94 and EE. RGB value is (143,148,238). Sum of RGB (Red+Green+Blue) = 143+148+238=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94EE is #706B11. Grayscale: #9C9C9C. Windows color (decimal): -7367442 or 15635599. OLE color: 15635599.
HSL color Cylindrical-coordinate representation of color #8F94EE: hue angle of 236.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F94EE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 148 | 238 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.07 |
| HSL | 236.84º | 0.74% | 0.75% | - |
| HSV(B) | 236.84º | 0.4% | 0.93% | - |
| XYZ | 37.35 | 33.19 | 85.33 | - |
| YUV | 156.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 238 | 0.40 | 0.38 | 0 | 0.07 | 236.84 | 0.74 | 0.75 |
| Hex | 8F | 94 | EE | 28 | 26 | 0 | 7 | ED | 4A | 4B |
| Octal | 217 | 224 | 356 | 50 | 46 | 0 | 7 | 355 | 112 | 113 |
| Binary | 10001111 | 10010100 | 11101110 | 101000 | 100110 | 0 | 111 | 11101101 | 1001010 | 1001011 |
Color Harmonies of #8F94EE
Complementary color
Monochromatic Colors of #8F94EE
Black with #8F94EE
Text Example
Text Example
White with #8F94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F94EE; }
p { color: rgb(143,148,238); }
H1.HeaderClassName
{
color: #8F94EE;
}
.AnyTagClassName
{
color: #8F94EE;
}
</style>
background-color css
<style>
a { background-color: #8F94EE; }
a { background-color: rgb(143,148,238); }
div.DivClassName
{
background-color: #8F94EE;
}
.BgClassName
{
background-color: #8F94EE;
}
</style>
border-color css
<style>
span { border-color: #8F94EE; }
span { border-color: rgb(143,148,238); }
td.TdClassName
{
border-color: #8F94EE;
}
.TagClassName
{
border-color: #8F94EE;
}
</style>