Shades of Portage #8F92F7
Tints of Portage #8F92F7
RGB
CMYK
RGB Variations
Color information
#8F92F7 (or 0x8F92F7) is known color: Portage. HEX triplet: 8F, 92 and F7. RGB value is (143,146,247). Sum of RGB (Red+Green+Blue) = 143+146+247=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F92F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92F7 is #706D08. Grayscale: #9C9C9C. Windows color (decimal): -7367945 or 16224911. OLE color: 16224911.
HSL color Cylindrical-coordinate representation of color #8F92F7: hue angle of 238.27º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F92F7 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 146 | 247 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.03 |
| HSL | 238.27º | 0.87% | 0.76% | - |
| HSV(B) | 238.27º | 0.42% | 0.97% | - |
| XYZ | 38.4 | 33.11 | 92.36 | - |
| YUV | 156.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 247 | 0.42 | 0.41 | 0 | 0.03 | 238.27 | 0.87 | 0.76 |
| Hex | 8F | 92 | F7 | 2A | 29 | 0 | 3 | EE | 57 | 4C |
| Octal | 217 | 222 | 367 | 52 | 51 | 0 | 3 | 356 | 127 | 114 |
| Binary | 10001111 | 10010010 | 11110111 | 101010 | 101001 | 0 | 11 | 11101110 | 1010111 | 1001100 |
Color Harmonies of #8F92F7
Complementary color
Monochromatic Colors of #8F92F7
Black with #8F92F7
Text Example
Text Example
White with #8F92F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92F7; }
p { color: rgb(143,146,247); }
H1.HeaderClassName
{
color: #8F92F7;
}
.AnyTagClassName
{
color: #8F92F7;
}
</style>
background-color css
<style>
a { background-color: #8F92F7; }
a { background-color: rgb(143,146,247); }
div.DivClassName
{
background-color: #8F92F7;
}
.BgClassName
{
background-color: #8F92F7;
}
</style>
border-color css
<style>
span { border-color: #8F92F7; }
span { border-color: rgb(143,146,247); }
td.TdClassName
{
border-color: #8F92F7;
}
.TagClassName
{
border-color: #8F92F7;
}
</style>