Shades of Portage #8F9EF8
Tints of Portage #8F9EF8
RGB
CMYK
RGB Variations
Color information
#8F9EF8 (or 0x8F9EF8) is known color: Portage. HEX triplet: 8F, 9E and F8. RGB value is (143,158,248). Sum of RGB (Red+Green+Blue) = 143+158+248=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F9EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EF8 is #706107. Grayscale: #A3A3A3. Windows color (decimal): -7364872 or 16293519. OLE color: 16293519.
HSL color Cylindrical-coordinate representation of color #8F9EF8: hue angle of 231.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9EF8 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 158 | 248 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.03 |
| HSL | 231.43º | 0.88% | 0.77% | - |
| HSV(B) | 231.43º | 0.42% | 0.97% | - |
| XYZ | 40.5 | 37.07 | 93.83 | - |
| YUV | 163.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 248 | 0.42 | 0.36 | 0 | 0.03 | 231.43 | 0.88 | 0.77 |
| Hex | 8F | 9E | F8 | 2A | 24 | 0 | 3 | E7 | 58 | 4D |
| Octal | 217 | 236 | 370 | 52 | 44 | 0 | 3 | 347 | 130 | 115 |
| Binary | 10001111 | 10011110 | 11111000 | 101010 | 100100 | 0 | 11 | 11100111 | 1011000 | 1001101 |
Color Harmonies of #8F9EF8
Complementary color
Monochromatic Colors of #8F9EF8
Black with #8F9EF8
Text Example
Text Example
White with #8F9EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EF8; }
p { color: rgb(143,158,248); }
H1.HeaderClassName
{
color: #8F9EF8;
}
.AnyTagClassName
{
color: #8F9EF8;
}
</style>
background-color css
<style>
a { background-color: #8F9EF8; }
a { background-color: rgb(143,158,248); }
div.DivClassName
{
background-color: #8F9EF8;
}
.BgClassName
{
background-color: #8F9EF8;
}
</style>
border-color css
<style>
span { border-color: #8F9EF8; }
span { border-color: rgb(143,158,248); }
td.TdClassName
{
border-color: #8F9EF8;
}
.TagClassName
{
border-color: #8F9EF8;
}
</style>