Shades of Portage #8F9AFA
Tints of Portage #8F9AFA
RGB
CMYK
RGB Variations
Color information
#8F9AFA (or 0x8F9AFA) is known color: Portage. HEX triplet: 8F, 9A and FA. RGB value is (143,154,250). Sum of RGB (Red+Green+Blue) = 143+154+250=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AFA is #706505. Grayscale: #A1A1A1. Windows color (decimal): -7365894 or 16423567. OLE color: 16423567.
HSL color Cylindrical-coordinate representation of color #8F9AFA: hue angle of 233.83º degrees, saturation: 0.91, 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 #8F9AFA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 154 | 250 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.02 |
| HSL | 233.83º | 0.91% | 0.77% | - |
| HSV(B) | 233.83º | 0.43% | 0.98% | - |
| XYZ | 40.14 | 35.85 | 95.25 | - |
| YUV | 161.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 250 | 0.43 | 0.38 | 0 | 0.02 | 233.83 | 0.91 | 0.77 |
| Hex | 8F | 9A | FA | 2B | 26 | 0 | 2 | EA | 5B | 4D |
| Octal | 217 | 232 | 372 | 53 | 46 | 0 | 2 | 352 | 133 | 115 |
| Binary | 10001111 | 10011010 | 11111010 | 101011 | 100110 | 0 | 10 | 11101010 | 1011011 | 1001101 |
Color Harmonies of #8F9AFA
Complementary color
Monochromatic Colors of #8F9AFA
Black with #8F9AFA
Text Example
Text Example
White with #8F9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9AFA; }
p { color: rgb(143,154,250); }
H1.HeaderClassName
{
color: #8F9AFA;
}
.AnyTagClassName
{
color: #8F9AFA;
}
</style>
background-color css
<style>
a { background-color: #8F9AFA; }
a { background-color: rgb(143,154,250); }
div.DivClassName
{
background-color: #8F9AFA;
}
.BgClassName
{
background-color: #8F9AFA;
}
</style>
border-color css
<style>
span { border-color: #8F9AFA; }
span { border-color: rgb(143,154,250); }
td.TdClassName
{
border-color: #8F9AFA;
}
.TagClassName
{
border-color: #8F9AFA;
}
</style>