Shades of Portage #8F98EE
Tints of Portage #8F98EE
RGB
CMYK
RGB Variations
Color information
#8F98EE (or 0x8F98EE) is known color: Portage. HEX triplet: 8F, 98 and EE. RGB value is (143,152,238). Sum of RGB (Red+Green+Blue) = 143+152+238=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F98EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98EE is #706711. Grayscale: #9E9E9E. Windows color (decimal): -7366418 or 15636623. OLE color: 15636623.
HSL color Cylindrical-coordinate representation of color #8F98EE: hue angle of 234.32º 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 #8F98EE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 152 | 238 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.07 |
| HSL | 234.32º | 0.74% | 0.75% | - |
| HSV(B) | 234.32º | 0.4% | 0.93% | - |
| XYZ | 37.99 | 34.47 | 85.54 | - |
| YUV | 159.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 238 | 0.40 | 0.36 | 0 | 0.07 | 234.32 | 0.74 | 0.75 |
| Hex | 8F | 98 | EE | 28 | 24 | 0 | 7 | EA | 4A | 4B |
| Octal | 217 | 230 | 356 | 50 | 44 | 0 | 7 | 352 | 112 | 113 |
| Binary | 10001111 | 10011000 | 11101110 | 101000 | 100100 | 0 | 111 | 11101010 | 1001010 | 1001011 |
Color Harmonies of #8F98EE
Complementary color
Monochromatic Colors of #8F98EE
Black with #8F98EE
Text Example
Text Example
White with #8F98EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98EE; }
p { color: rgb(143,152,238); }
H1.HeaderClassName
{
color: #8F98EE;
}
.AnyTagClassName
{
color: #8F98EE;
}
</style>
background-color css
<style>
a { background-color: #8F98EE; }
a { background-color: rgb(143,152,238); }
div.DivClassName
{
background-color: #8F98EE;
}
.BgClassName
{
background-color: #8F98EE;
}
</style>
border-color css
<style>
span { border-color: #8F98EE; }
span { border-color: rgb(143,152,238); }
td.TdClassName
{
border-color: #8F98EE;
}
.TagClassName
{
border-color: #8F98EE;
}
</style>