Shades of Portage #8F92EE
Tints of Portage #8F92EE
RGB
CMYK
RGB Variations
Color information
#8F92EE (or 0x8F92EE) is known color: Portage. HEX triplet: 8F, 92 and EE. RGB value is (143,146,238). Sum of RGB (Red+Green+Blue) = 143+146+238=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F92EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92EE is #706D11. Grayscale: #9B9B9B. Windows color (decimal): -7367954 or 15635087. OLE color: 15635087.
HSL color Cylindrical-coordinate representation of color #8F92EE: hue angle of 238.11º 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 #8F92EE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 146 | 238 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.07 |
| HSL | 238.11º | 0.74% | 0.75% | - |
| HSV(B) | 238.11º | 0.4% | 0.93% | - |
| XYZ | 37.04 | 32.57 | 85.22 | - |
| YUV | 155.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 238 | 0.40 | 0.39 | 0 | 0.07 | 238.11 | 0.74 | 0.75 |
| Hex | 8F | 92 | EE | 28 | 27 | 0 | 7 | EE | 4A | 4B |
| Octal | 217 | 222 | 356 | 50 | 47 | 0 | 7 | 356 | 112 | 113 |
| Binary | 10001111 | 10010010 | 11101110 | 101000 | 100111 | 0 | 111 | 11101110 | 1001010 | 1001011 |
Color Harmonies of #8F92EE
Complementary color
Monochromatic Colors of #8F92EE
Black with #8F92EE
Text Example
Text Example
White with #8F92EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92EE; }
p { color: rgb(143,146,238); }
H1.HeaderClassName
{
color: #8F92EE;
}
.AnyTagClassName
{
color: #8F92EE;
}
</style>
background-color css
<style>
a { background-color: #8F92EE; }
a { background-color: rgb(143,146,238); }
div.DivClassName
{
background-color: #8F92EE;
}
.BgClassName
{
background-color: #8F92EE;
}
</style>
border-color css
<style>
span { border-color: #8F92EE; }
span { border-color: rgb(143,146,238); }
td.TdClassName
{
border-color: #8F92EE;
}
.TagClassName
{
border-color: #8F92EE;
}
</style>