Shades of Portage #8F98EA
Tints of Portage #8F98EA
RGB
CMYK
RGB Variations
Color information
#8F98EA (or 0x8F98EA) is known color: Portage. HEX triplet: 8F, 98 and EA. RGB value is (143,152,234). Sum of RGB (Red+Green+Blue) = 143+152+234=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F98EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98EA is #706715. Grayscale: #9E9E9E. Windows color (decimal): -7366422 or 15374479. OLE color: 15374479.
HSL color Cylindrical-coordinate representation of color #8F98EA: hue angle of 234.07º 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 #8F98EA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 152 | 234 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.08 |
| HSL | 234.07º | 0.68% | 0.74% | - |
| HSV(B) | 234.07º | 0.39% | 0.92% | - |
| XYZ | 37.41 | 34.24 | 82.48 | - |
| YUV | 158.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 234 | 0.39 | 0.35 | 0 | 0.08 | 234.07 | 0.68 | 0.74 |
| Hex | 8F | 98 | EA | 27 | 23 | 0 | 8 | EA | 44 | 4A |
| Octal | 217 | 230 | 352 | 47 | 43 | 0 | 10 | 352 | 104 | 112 |
| Binary | 10001111 | 10011000 | 11101010 | 100111 | 100011 | 0 | 1000 | 11101010 | 1000100 | 1001010 |
Color Harmonies of #8F98EA
Complementary color
Monochromatic Colors of #8F98EA
Black with #8F98EA
Text Example
Text Example
White with #8F98EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98EA; }
p { color: rgb(143,152,234); }
H1.HeaderClassName
{
color: #8F98EA;
}
.AnyTagClassName
{
color: #8F98EA;
}
</style>
background-color css
<style>
a { background-color: #8F98EA; }
a { background-color: rgb(143,152,234); }
div.DivClassName
{
background-color: #8F98EA;
}
.BgClassName
{
background-color: #8F98EA;
}
</style>
border-color css
<style>
span { border-color: #8F98EA; }
span { border-color: rgb(143,152,234); }
td.TdClassName
{
border-color: #8F98EA;
}
.TagClassName
{
border-color: #8F98EA;
}
</style>