Shades of Portage #8FA8ED
Tints of Portage #8FA8ED
RGB
CMYK
RGB Variations
Color information
#8FA8ED (or 0x8FA8ED) is known color: Portage. HEX triplet: 8F, A8 and ED. RGB value is (143,168,237). Sum of RGB (Red+Green+Blue) = 143+168+237=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8ED is #705712. Grayscale: #A8A8A8. Windows color (decimal): -7362323 or 15575183. OLE color: 15575183.
HSL color Cylindrical-coordinate representation of color #8FA8ED: hue angle of 224.04º degrees, saturation: 0.72, 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 #8FA8ED is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 168 | 237 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.07 |
| HSL | 224.04º | 0.72% | 0.75% | - |
| HSV(B) | 224.04º | 0.4% | 0.93% | - |
| XYZ | 40.62 | 39.96 | 85.69 | - |
| YUV | 168.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 237 | 0.40 | 0.29 | 0 | 0.07 | 224.04 | 0.72 | 0.75 |
| Hex | 8F | A8 | ED | 28 | 1D | 0 | 7 | E0 | 48 | 4B |
| Octal | 217 | 250 | 355 | 50 | 35 | 0 | 7 | 340 | 110 | 113 |
| Binary | 10001111 | 10101000 | 11101101 | 101000 | 11101 | 0 | 111 | 11100000 | 1001000 | 1001011 |
Color Harmonies of #8FA8ED
Complementary color
Monochromatic Colors of #8FA8ED
Black with #8FA8ED
Text Example
Text Example
White with #8FA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8ED; }
p { color: rgb(143,168,237); }
H1.HeaderClassName
{
color: #8FA8ED;
}
.AnyTagClassName
{
color: #8FA8ED;
}
</style>
background-color css
<style>
a { background-color: #8FA8ED; }
a { background-color: rgb(143,168,237); }
div.DivClassName
{
background-color: #8FA8ED;
}
.BgClassName
{
background-color: #8FA8ED;
}
</style>
border-color css
<style>
span { border-color: #8FA8ED; }
span { border-color: rgb(143,168,237); }
td.TdClassName
{
border-color: #8FA8ED;
}
.TagClassName
{
border-color: #8FA8ED;
}
</style>