Shades of Portage #98A1F1
Tints of Portage #98A1F1
RGB
CMYK
RGB Variations
Color information
#98A1F1 (or 0x98A1F1) is known color: Portage. HEX triplet: 98, A1 and F1. RGB value is (152,161,241). Sum of RGB (Red+Green+Blue) = 152+161+241=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #98A1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1F1 is #675E0E. Grayscale: #A7A7A7. Windows color (decimal): -6774287 or 15835544. OLE color: 15835544.
HSL color Cylindrical-coordinate representation of color #98A1F1: hue angle of 233.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98A1F1 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 161 | 241 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.05 |
| HSL | 233.93º | 0.76% | 0.77% | - |
| HSV(B) | 233.93º | 0.37% | 0.95% | - |
| XYZ | 41.57 | 38.52 | 88.46 | - |
| YUV | 167.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 241 | 0.37 | 0.33 | 0 | 0.05 | 233.93 | 0.76 | 0.77 |
| Hex | 98 | A1 | F1 | 25 | 21 | 0 | 5 | EA | 4C | 4D |
| Octal | 230 | 241 | 361 | 45 | 41 | 0 | 5 | 352 | 114 | 115 |
| Binary | 10011000 | 10100001 | 11110001 | 100101 | 100001 | 0 | 101 | 11101010 | 1001100 | 1001101 |
Color Harmonies of #98A1F1
Complementary color
Monochromatic Colors of #98A1F1
Black with #98A1F1
Text Example
Text Example
White with #98A1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1F1; }
p { color: rgb(152,161,241); }
H1.HeaderClassName
{
color: #98A1F1;
}
.AnyTagClassName
{
color: #98A1F1;
}
</style>
background-color css
<style>
a { background-color: #98A1F1; }
a { background-color: rgb(152,161,241); }
div.DivClassName
{
background-color: #98A1F1;
}
.BgClassName
{
background-color: #98A1F1;
}
</style>
border-color css
<style>
span { border-color: #98A1F1; }
span { border-color: rgb(152,161,241); }
td.TdClassName
{
border-color: #98A1F1;
}
.TagClassName
{
border-color: #98A1F1;
}
</style>