Shades of Portage #8F90EA
Tints of Portage #8F90EA
RGB
CMYK
RGB Variations
Color information
#8F90EA (or 0x8F90EA) is known color: Portage. HEX triplet: 8F, 90 and EA. RGB value is (143,144,234). Sum of RGB (Red+Green+Blue) = 143+144+234=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F90EA is #706F15. Grayscale: #999999. Windows color (decimal): -7368470 or 15372431. OLE color: 15372431.
HSL color Cylindrical-coordinate representation of color #8F90EA: hue angle of 239.34º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F90EA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 144 | 234 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.08 |
| HSL | 239.34º | 0.68% | 0.74% | - |
| HSV(B) | 239.34º | 0.39% | 0.92% | - |
| XYZ | 36.15 | 31.73 | 82.06 | - |
| YUV | 153.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 234 | 0.39 | 0.38 | 0 | 0.08 | 239.34 | 0.68 | 0.74 |
| Hex | 8F | 90 | EA | 27 | 26 | 0 | 8 | EF | 44 | 4A |
| Octal | 217 | 220 | 352 | 47 | 46 | 0 | 10 | 357 | 104 | 112 |
| Binary | 10001111 | 10010000 | 11101010 | 100111 | 100110 | 0 | 1000 | 11101111 | 1000100 | 1001010 |
Color Harmonies of #8F90EA
Complementary color
Monochromatic Colors of #8F90EA
Black with #8F90EA
Text Example
Text Example
White with #8F90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90EA; }
p { color: rgb(143,144,234); }
H1.HeaderClassName
{
color: #8F90EA;
}
.AnyTagClassName
{
color: #8F90EA;
}
</style>
background-color css
<style>
a { background-color: #8F90EA; }
a { background-color: rgb(143,144,234); }
div.DivClassName
{
background-color: #8F90EA;
}
.BgClassName
{
background-color: #8F90EA;
}
</style>
border-color css
<style>
span { border-color: #8F90EA; }
span { border-color: rgb(143,144,234); }
td.TdClassName
{
border-color: #8F90EA;
}
.TagClassName
{
border-color: #8F90EA;
}
</style>