Shades of Portage #98A1EE
Tints of Portage #98A1EE
RGB
CMYK
RGB Variations
Color information
#98A1EE (or 0x98A1EE) is known color: Portage. HEX triplet: 98, A1 and EE. RGB value is (152,161,238). Sum of RGB (Red+Green+Blue) = 152+161+238=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #98A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1EE is #675E11. Grayscale: #A6A6A6. Windows color (decimal): -6774290 or 15638936. OLE color: 15638936.
HSL color Cylindrical-coordinate representation of color #98A1EE: hue angle of 233.72º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A1EE is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 161 | 238 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.07 |
| HSL | 233.72º | 0.72% | 0.76% | - |
| HSV(B) | 233.72º | 0.36% | 0.93% | - |
| XYZ | 41.13 | 38.34 | 86.12 | - |
| YUV | 167.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 238 | 0.36 | 0.32 | 0 | 0.07 | 233.72 | 0.72 | 0.76 |
| Hex | 98 | A1 | EE | 24 | 20 | 0 | 7 | EA | 48 | 4C |
| Octal | 230 | 241 | 356 | 44 | 40 | 0 | 7 | 352 | 110 | 114 |
| Binary | 10011000 | 10100001 | 11101110 | 100100 | 100000 | 0 | 111 | 11101010 | 1001000 | 1001100 |
Color Harmonies of #98A1EE
Complementary color
Monochromatic Colors of #98A1EE
Black with #98A1EE
Text Example
Text Example
White with #98A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1EE; }
p { color: rgb(152,161,238); }
H1.HeaderClassName
{
color: #98A1EE;
}
.AnyTagClassName
{
color: #98A1EE;
}
</style>
background-color css
<style>
a { background-color: #98A1EE; }
a { background-color: rgb(152,161,238); }
div.DivClassName
{
background-color: #98A1EE;
}
.BgClassName
{
background-color: #98A1EE;
}
</style>
border-color css
<style>
span { border-color: #98A1EE; }
span { border-color: rgb(152,161,238); }
td.TdClassName
{
border-color: #98A1EE;
}
.TagClassName
{
border-color: #98A1EE;
}
</style>