Shades of Portage #8E92F0
Tints of Portage #8E92F0
RGB
CMYK
RGB Variations
Color information
#8E92F0 (or 0x8E92F0) is known color: Portage. HEX triplet: 8E, 92 and F0. RGB value is (142,146,240). Sum of RGB (Red+Green+Blue) = 142+146+240=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E92F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E92F0 is #716D0F. Grayscale: #9B9B9B. Windows color (decimal): -7433488 or 15766158. OLE color: 15766158.
HSL color Cylindrical-coordinate representation of color #8E92F0: hue angle of 237.55º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E92F0 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 146 | 240 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.06 |
| HSL | 237.55º | 0.77% | 0.75% | - |
| HSV(B) | 237.55º | 0.41% | 0.94% | - |
| XYZ | 37.16 | 32.6 | 86.77 | - |
| YUV | 155.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 240 | 0.41 | 0.39 | 0 | 0.06 | 237.55 | 0.77 | 0.75 |
| Hex | 8E | 92 | F0 | 29 | 27 | 0 | 6 | EE | 4D | 4B |
| Octal | 216 | 222 | 360 | 51 | 47 | 0 | 6 | 356 | 115 | 113 |
| Binary | 10001110 | 10010010 | 11110000 | 101001 | 100111 | 0 | 110 | 11101110 | 1001101 | 1001011 |
Color Harmonies of #8E92F0
Complementary color
Monochromatic Colors of #8E92F0
Black with #8E92F0
Text Example
Text Example
White with #8E92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E92F0; }
p { color: rgb(142,146,240); }
H1.HeaderClassName
{
color: #8E92F0;
}
.AnyTagClassName
{
color: #8E92F0;
}
</style>
background-color css
<style>
a { background-color: #8E92F0; }
a { background-color: rgb(142,146,240); }
div.DivClassName
{
background-color: #8E92F0;
}
.BgClassName
{
background-color: #8E92F0;
}
</style>
border-color css
<style>
span { border-color: #8E92F0; }
span { border-color: rgb(142,146,240); }
td.TdClassName
{
border-color: #8E92F0;
}
.TagClassName
{
border-color: #8E92F0;
}
</style>