Shades of Portage #98A1DE
Tints of Portage #98A1DE
RGB
CMYK
RGB Variations
Color information
#98A1DE (or 0x98A1DE) is known color: Portage. HEX triplet: 98, A1 and DE. RGB value is (152,161,222). Sum of RGB (Red+Green+Blue) = 152+161+222=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #98A1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1DE is #675E21. Grayscale: #A5A5A5. Windows color (decimal): -6774306 or 14590360. OLE color: 14590360.
HSL color Cylindrical-coordinate representation of color #98A1DE: hue angle of 232.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98A1DE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 161 | 222 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.13 |
| HSL | 232.29º | 0.51% | 0.73% | - |
| HSV(B) | 232.29º | 0.32% | 0.87% | - |
| XYZ | 38.88 | 37.44 | 74.28 | - |
| YUV | 165.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 222 | 0.32 | 0.27 | 0 | 0.13 | 232.29 | 0.51 | 0.73 |
| Hex | 98 | A1 | DE | 20 | 1B | 0 | D | E8 | 33 | 49 |
| Octal | 230 | 241 | 336 | 40 | 33 | 0 | 15 | 350 | 63 | 111 |
| Binary | 10011000 | 10100001 | 11011110 | 100000 | 11011 | 0 | 1101 | 11101000 | 110011 | 1001001 |
Color Harmonies of #98A1DE
Complementary color
Monochromatic Colors of #98A1DE
Black with #98A1DE
Text Example
Text Example
White with #98A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1DE; }
p { color: rgb(152,161,222); }
H1.HeaderClassName
{
color: #98A1DE;
}
.AnyTagClassName
{
color: #98A1DE;
}
</style>
background-color css
<style>
a { background-color: #98A1DE; }
a { background-color: rgb(152,161,222); }
div.DivClassName
{
background-color: #98A1DE;
}
.BgClassName
{
background-color: #98A1DE;
}
</style>
border-color css
<style>
span { border-color: #98A1DE; }
span { border-color: rgb(152,161,222); }
td.TdClassName
{
border-color: #98A1DE;
}
.TagClassName
{
border-color: #98A1DE;
}
</style>