Shades of Portage #8F9EEE
Tints of Portage #8F9EEE
RGB
CMYK
RGB Variations
Color information
#8F9EEE (or 0x8F9EEE) is known color: Portage. HEX triplet: 8F, 9E and EE. RGB value is (143,158,238). Sum of RGB (Red+Green+Blue) = 143+158+238=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EEE is #706111. Grayscale: #A2A2A2. Windows color (decimal): -7364882 or 15638159. OLE color: 15638159.
HSL color Cylindrical-coordinate representation of color #8F9EEE: hue angle of 230.53º 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 #8F9EEE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 158 | 238 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.07 |
| HSL | 230.53º | 0.74% | 0.75% | - |
| HSV(B) | 230.53º | 0.4% | 0.93% | - |
| XYZ | 38.99 | 36.47 | 85.87 | - |
| YUV | 162.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 238 | 0.40 | 0.34 | 0 | 0.07 | 230.53 | 0.74 | 0.75 |
| Hex | 8F | 9E | EE | 28 | 22 | 0 | 7 | E7 | 4A | 4B |
| Octal | 217 | 236 | 356 | 50 | 42 | 0 | 7 | 347 | 112 | 113 |
| Binary | 10001111 | 10011110 | 11101110 | 101000 | 100010 | 0 | 111 | 11100111 | 1001010 | 1001011 |
Color Harmonies of #8F9EEE
Complementary color
Monochromatic Colors of #8F9EEE
Black with #8F9EEE
Text Example
Text Example
White with #8F9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9EEE; }
p { color: rgb(143,158,238); }
H1.HeaderClassName
{
color: #8F9EEE;
}
.AnyTagClassName
{
color: #8F9EEE;
}
</style>
background-color css
<style>
a { background-color: #8F9EEE; }
a { background-color: rgb(143,158,238); }
div.DivClassName
{
background-color: #8F9EEE;
}
.BgClassName
{
background-color: #8F9EEE;
}
</style>
border-color css
<style>
span { border-color: #8F9EEE; }
span { border-color: rgb(143,158,238); }
td.TdClassName
{
border-color: #8F9EEE;
}
.TagClassName
{
border-color: #8F9EEE;
}
</style>