Shades of Portage #8FA9E5
Tints of Portage #8FA9E5
RGB
CMYK
RGB Variations
Color information
#8FA9E5 (or 0x8FA9E5) is known color: Portage. HEX triplet: 8F, A9 and E5. RGB value is (143,169,229). Sum of RGB (Red+Green+Blue) = 143+169+229=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FA9E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9E5 is #70561A. Grayscale: #A7A7A7. Windows color (decimal): -7362075 or 15051151. OLE color: 15051151.
HSL color Cylindrical-coordinate representation of color #8FA9E5: hue angle of 221.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FA9E5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 169 | 229 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.10 |
| HSL | 221.86º | 0.62% | 0.73% | - |
| HSV(B) | 221.86º | 0.38% | 0.9% | - |
| XYZ | 39.66 | 39.87 | 79.73 | - |
| YUV | 168.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 229 | 0.38 | 0.26 | 0 | 0.10 | 221.86 | 0.62 | 0.73 |
| Hex | 8F | A9 | E5 | 26 | 1A | 0 | A | DE | 3E | 49 |
| Octal | 217 | 251 | 345 | 46 | 32 | 0 | 12 | 336 | 76 | 111 |
| Binary | 10001111 | 10101001 | 11100101 | 100110 | 11010 | 0 | 1010 | 11011110 | 111110 | 1001001 |
Color Harmonies of #8FA9E5
Complementary color
Monochromatic Colors of #8FA9E5
Black with #8FA9E5
Text Example
Text Example
White with #8FA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9E5; }
p { color: rgb(143,169,229); }
H1.HeaderClassName
{
color: #8FA9E5;
}
.AnyTagClassName
{
color: #8FA9E5;
}
</style>
background-color css
<style>
a { background-color: #8FA9E5; }
a { background-color: rgb(143,169,229); }
div.DivClassName
{
background-color: #8FA9E5;
}
.BgClassName
{
background-color: #8FA9E5;
}
</style>
border-color css
<style>
span { border-color: #8FA9E5; }
span { border-color: rgb(143,169,229); }
td.TdClassName
{
border-color: #8FA9E5;
}
.TagClassName
{
border-color: #8FA9E5;
}
</style>