Shades of Portage #8F99EF
Tints of Portage #8F99EF
RGB
CMYK
RGB Variations
Color information
#8F99EF (or 0x8F99EF) is known color: Portage. HEX triplet: 8F, 99 and EF. RGB value is (143,153,239). Sum of RGB (Red+Green+Blue) = 143+153+239=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F99EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F99EF is #706610. Grayscale: #9F9F9F. Windows color (decimal): -7366161 or 15702415. OLE color: 15702415.
HSL color Cylindrical-coordinate representation of color #8F99EF: hue angle of 233.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F99EF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 153 | 239 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.06 |
| HSL | 233.75º | 0.75% | 0.75% | - |
| HSV(B) | 233.75º | 0.4% | 0.94% | - |
| XYZ | 38.3 | 34.85 | 86.37 | - |
| YUV | 159.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 239 | 0.40 | 0.36 | 0 | 0.06 | 233.75 | 0.75 | 0.75 |
| Hex | 8F | 99 | EF | 28 | 24 | 0 | 6 | EA | 4B | 4B |
| Octal | 217 | 231 | 357 | 50 | 44 | 0 | 6 | 352 | 113 | 113 |
| Binary | 10001111 | 10011001 | 11101111 | 101000 | 100100 | 0 | 110 | 11101010 | 1001011 | 1001011 |
Color Harmonies of #8F99EF
Complementary color
Monochromatic Colors of #8F99EF
Black with #8F99EF
Text Example
Text Example
White with #8F99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99EF; }
p { color: rgb(143,153,239); }
H1.HeaderClassName
{
color: #8F99EF;
}
.AnyTagClassName
{
color: #8F99EF;
}
</style>
background-color css
<style>
a { background-color: #8F99EF; }
a { background-color: rgb(143,153,239); }
div.DivClassName
{
background-color: #8F99EF;
}
.BgClassName
{
background-color: #8F99EF;
}
</style>
border-color css
<style>
span { border-color: #8F99EF; }
span { border-color: rgb(143,153,239); }
td.TdClassName
{
border-color: #8F99EF;
}
.TagClassName
{
border-color: #8F99EF;
}
</style>