Shades of Portage #8FA9ED
Tints of Portage #8FA9ED
RGB
CMYK
RGB Variations
Color information
#8FA9ED (or 0x8FA9ED) is known color: Portage. HEX triplet: 8F, A9 and ED. RGB value is (143,169,237). Sum of RGB (Red+Green+Blue) = 143+169+237=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FA9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA9ED is #705612. Grayscale: #A8A8A8. Windows color (decimal): -7362067 or 15575439. OLE color: 15575439.
HSL color Cylindrical-coordinate representation of color #8FA9ED: hue angle of 223.4º 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 #8FA9ED is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 169 | 237 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.07 |
| HSL | 223.4º | 0.72% | 0.75% | - |
| HSV(B) | 223.4º | 0.4% | 0.93% | - |
| XYZ | 40.8 | 40.33 | 85.75 | - |
| YUV | 168.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 237 | 0.40 | 0.29 | 0 | 0.07 | 223.4 | 0.72 | 0.75 |
| Hex | 8F | A9 | ED | 28 | 1D | 0 | 7 | DF | 48 | 4B |
| Octal | 217 | 251 | 355 | 50 | 35 | 0 | 7 | 337 | 110 | 113 |
| Binary | 10001111 | 10101001 | 11101101 | 101000 | 11101 | 0 | 111 | 11011111 | 1001000 | 1001011 |
Color Harmonies of #8FA9ED
Complementary color
Monochromatic Colors of #8FA9ED
Black with #8FA9ED
Text Example
Text Example
White with #8FA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9ED; }
p { color: rgb(143,169,237); }
H1.HeaderClassName
{
color: #8FA9ED;
}
.AnyTagClassName
{
color: #8FA9ED;
}
</style>
background-color css
<style>
a { background-color: #8FA9ED; }
a { background-color: rgb(143,169,237); }
div.DivClassName
{
background-color: #8FA9ED;
}
.BgClassName
{
background-color: #8FA9ED;
}
</style>
border-color css
<style>
span { border-color: #8FA9ED; }
span { border-color: rgb(143,169,237); }
td.TdClassName
{
border-color: #8FA9ED;
}
.TagClassName
{
border-color: #8FA9ED;
}
</style>