Shades of Portage #8F98FA
Tints of Portage #8F98FA
RGB
CMYK
RGB Variations
Color information
#8F98FA (or 0x8F98FA) is known color: Portage. HEX triplet: 8F, 98 and FA. RGB value is (143,152,250). Sum of RGB (Red+Green+Blue) = 143+152+250=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F98FA is #706705. Grayscale: #A0A0A0. Windows color (decimal): -7366406 or 16423055. OLE color: 16423055.
HSL color Cylindrical-coordinate representation of color #8F98FA: hue angle of 234.95º 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 #8F98FA is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 152 | 250 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.02 |
| HSL | 234.95º | 0.91% | 0.77% | - |
| HSV(B) | 234.95º | 0.43% | 0.98% | - |
| XYZ | 39.81 | 35.2 | 95.14 | - |
| YUV | 160.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 250 | 0.43 | 0.39 | 0 | 0.02 | 234.95 | 0.91 | 0.77 |
| Hex | 8F | 98 | FA | 2B | 27 | 0 | 2 | EB | 5B | 4D |
| Octal | 217 | 230 | 372 | 53 | 47 | 0 | 2 | 353 | 133 | 115 |
| Binary | 10001111 | 10011000 | 11111010 | 101011 | 100111 | 0 | 10 | 11101011 | 1011011 | 1001101 |
Color Harmonies of #8F98FA
Complementary color
Monochromatic Colors of #8F98FA
Black with #8F98FA
Text Example
Text Example
White with #8F98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98FA; }
p { color: rgb(143,152,250); }
H1.HeaderClassName
{
color: #8F98FA;
}
.AnyTagClassName
{
color: #8F98FA;
}
</style>
background-color css
<style>
a { background-color: #8F98FA; }
a { background-color: rgb(143,152,250); }
div.DivClassName
{
background-color: #8F98FA;
}
.BgClassName
{
background-color: #8F98FA;
}
</style>
border-color css
<style>
span { border-color: #8F98FA; }
span { border-color: rgb(143,152,250); }
td.TdClassName
{
border-color: #8F98FA;
}
.TagClassName
{
border-color: #8F98FA;
}
</style>