Shades of Portage #8FA7EE
Tints of Portage #8FA7EE
RGB
CMYK
RGB Variations
Color information
#8FA7EE (or 0x8FA7EE) is known color: Portage. HEX triplet: 8F, A7 and EE. RGB value is (143,167,238). Sum of RGB (Red+Green+Blue) = 143+167+238=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA7EE is #705811. Grayscale: #A7A7A7. Windows color (decimal): -7362578 or 15640463. OLE color: 15640463.
HSL color Cylindrical-coordinate representation of color #8FA7EE: hue angle of 224.84º 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 #8FA7EE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 167 | 238 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.07 |
| HSL | 224.84º | 0.74% | 0.75% | - |
| HSV(B) | 224.84º | 0.4% | 0.93% | - |
| XYZ | 40.58 | 39.65 | 86.4 | - |
| YUV | 167.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 238 | 0.40 | 0.30 | 0 | 0.07 | 224.84 | 0.74 | 0.75 |
| Hex | 8F | A7 | EE | 28 | 1E | 0 | 7 | E1 | 4A | 4B |
| Octal | 217 | 247 | 356 | 50 | 36 | 0 | 7 | 341 | 112 | 113 |
| Binary | 10001111 | 10100111 | 11101110 | 101000 | 11110 | 0 | 111 | 11100001 | 1001010 | 1001011 |
Color Harmonies of #8FA7EE
Complementary color
Monochromatic Colors of #8FA7EE
Black with #8FA7EE
Text Example
Text Example
White with #8FA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7EE; }
p { color: rgb(143,167,238); }
H1.HeaderClassName
{
color: #8FA7EE;
}
.AnyTagClassName
{
color: #8FA7EE;
}
</style>
background-color css
<style>
a { background-color: #8FA7EE; }
a { background-color: rgb(143,167,238); }
div.DivClassName
{
background-color: #8FA7EE;
}
.BgClassName
{
background-color: #8FA7EE;
}
</style>
border-color css
<style>
span { border-color: #8FA7EE; }
span { border-color: rgb(143,167,238); }
td.TdClassName
{
border-color: #8FA7EE;
}
.TagClassName
{
border-color: #8FA7EE;
}
</style>