Shades of Portage #8FA4F9
Tints of Portage #8FA4F9
RGB
CMYK
RGB Variations
Color information
#8FA4F9 (or 0x8FA4F9) is known color: Portage. HEX triplet: 8F, A4 and F9. RGB value is (143,164,249). Sum of RGB (Red+Green+Blue) = 143+164+249=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FA4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA4F9 is #705B06. Grayscale: #A7A7A7. Windows color (decimal): -7363335 or 16360591. OLE color: 16360591.
HSL color Cylindrical-coordinate representation of color #8FA4F9: hue angle of 228.11º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA4F9 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 164 | 249 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.02 |
| HSL | 228.11º | 0.9% | 0.77% | - |
| HSV(B) | 228.11º | 0.43% | 0.98% | - |
| XYZ | 41.7 | 39.23 | 95 | - |
| YUV | 167.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 249 | 0.43 | 0.34 | 0 | 0.02 | 228.11 | 0.9 | 0.77 |
| Hex | 8F | A4 | F9 | 2B | 22 | 0 | 2 | E4 | 5A | 4D |
| Octal | 217 | 244 | 371 | 53 | 42 | 0 | 2 | 344 | 132 | 115 |
| Binary | 10001111 | 10100100 | 11111001 | 101011 | 100010 | 0 | 10 | 11100100 | 1011010 | 1001101 |
Color Harmonies of #8FA4F9
Complementary color
Monochromatic Colors of #8FA4F9
Black with #8FA4F9
Text Example
Text Example
White with #8FA4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4F9; }
p { color: rgb(143,164,249); }
H1.HeaderClassName
{
color: #8FA4F9;
}
.AnyTagClassName
{
color: #8FA4F9;
}
</style>
background-color css
<style>
a { background-color: #8FA4F9; }
a { background-color: rgb(143,164,249); }
div.DivClassName
{
background-color: #8FA4F9;
}
.BgClassName
{
background-color: #8FA4F9;
}
</style>
border-color css
<style>
span { border-color: #8FA4F9; }
span { border-color: rgb(143,164,249); }
td.TdClassName
{
border-color: #8FA4F9;
}
.TagClassName
{
border-color: #8FA4F9;
}
</style>