Shades of Portage #8FA3EE
Tints of Portage #8FA3EE
RGB
CMYK
RGB Variations
Color information
#8FA3EE (or 0x8FA3EE) is known color: Portage. HEX triplet: 8F, A3 and EE. RGB value is (143,163,238). Sum of RGB (Red+Green+Blue) = 143+163+238=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FA3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA3EE is #705C11. Grayscale: #A5A5A5. Windows color (decimal): -7363602 or 15639439. OLE color: 15639439.
HSL color Cylindrical-coordinate representation of color #8FA3EE: hue angle of 227.37º 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 #8FA3EE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 163 | 238 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.07 |
| HSL | 227.37º | 0.74% | 0.75% | - |
| HSV(B) | 227.37º | 0.4% | 0.93% | - |
| XYZ | 39.86 | 38.21 | 86.16 | - |
| YUV | 165.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 238 | 0.40 | 0.32 | 0 | 0.07 | 227.37 | 0.74 | 0.75 |
| Hex | 8F | A3 | EE | 28 | 20 | 0 | 7 | E3 | 4A | 4B |
| Octal | 217 | 243 | 356 | 50 | 40 | 0 | 7 | 343 | 112 | 113 |
| Binary | 10001111 | 10100011 | 11101110 | 101000 | 100000 | 0 | 111 | 11100011 | 1001010 | 1001011 |
Color Harmonies of #8FA3EE
Complementary color
Monochromatic Colors of #8FA3EE
Black with #8FA3EE
Text Example
Text Example
White with #8FA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3EE; }
p { color: rgb(143,163,238); }
H1.HeaderClassName
{
color: #8FA3EE;
}
.AnyTagClassName
{
color: #8FA3EE;
}
</style>
background-color css
<style>
a { background-color: #8FA3EE; }
a { background-color: rgb(143,163,238); }
div.DivClassName
{
background-color: #8FA3EE;
}
.BgClassName
{
background-color: #8FA3EE;
}
</style>
border-color css
<style>
span { border-color: #8FA3EE; }
span { border-color: rgb(143,163,238); }
td.TdClassName
{
border-color: #8FA3EE;
}
.TagClassName
{
border-color: #8FA3EE;
}
</style>