Shades of Portage #8FA4FC
Tints of Portage #8FA4FC
RGB
CMYK
RGB Variations
Color information
#8FA4FC (or 0x8FA4FC) is known color: Portage. HEX triplet: 8F, A4 and FC. RGB value is (143,164,252). Sum of RGB (Red+Green+Blue) = 143+164+252=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FA4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA4FC is #705B03. Grayscale: #A7A7A7. Windows color (decimal): -7363332 or 16557199. OLE color: 16557199.
HSL color Cylindrical-coordinate representation of color #8FA4FC: hue angle of 228.44º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA4FC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 164 | 252 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.01 |
| HSL | 228.44º | 0.95% | 0.77% | - |
| HSV(B) | 228.44º | 0.43% | 0.99% | - |
| XYZ | 42.17 | 39.42 | 97.48 | - |
| YUV | 167.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 252 | 0.43 | 0.35 | 0 | 0.01 | 228.44 | 0.95 | 0.77 |
| Hex | 8F | A4 | FC | 2B | 23 | 0 | 1 | E4 | 5F | 4D |
| Octal | 217 | 244 | 374 | 53 | 43 | 0 | 1 | 344 | 137 | 115 |
| Binary | 10001111 | 10100100 | 11111100 | 101011 | 100011 | 0 | 1 | 11100100 | 1011111 | 1001101 |
Color Harmonies of #8FA4FC
Complementary color
Monochromatic Colors of #8FA4FC
Black with #8FA4FC
Text Example
Text Example
White with #8FA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4FC; }
p { color: rgb(143,164,252); }
H1.HeaderClassName
{
color: #8FA4FC;
}
.AnyTagClassName
{
color: #8FA4FC;
}
</style>
background-color css
<style>
a { background-color: #8FA4FC; }
a { background-color: rgb(143,164,252); }
div.DivClassName
{
background-color: #8FA4FC;
}
.BgClassName
{
background-color: #8FA4FC;
}
</style>
border-color css
<style>
span { border-color: #8FA4FC; }
span { border-color: rgb(143,164,252); }
td.TdClassName
{
border-color: #8FA4FC;
}
.TagClassName
{
border-color: #8FA4FC;
}
</style>