Shades of Portage #98A1D7
Tints of Portage #98A1D7
RGB
CMYK
RGB Variations
Color information
#98A1D7 (or 0x98A1D7) is known color: Portage. HEX triplet: 98, A1 and D7. RGB value is (152,161,215). Sum of RGB (Red+Green+Blue) = 152+161+215=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #98A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1D7 is #675E28. Grayscale: #A4A4A4. Windows color (decimal): -6774313 or 14131608. OLE color: 14131608.
HSL color Cylindrical-coordinate representation of color #98A1D7: hue angle of 231.43º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A1D7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 161 | 215 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.16 |
| HSL | 231.43º | 0.44% | 0.72% | - |
| HSV(B) | 231.43º | 0.29% | 0.84% | - |
| XYZ | 37.96 | 37.07 | 69.44 | - |
| YUV | 164.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 215 | 0.29 | 0.25 | 0 | 0.16 | 231.43 | 0.44 | 0.72 |
| Hex | 98 | A1 | D7 | 1D | 19 | 0 | 10 | E7 | 2C | 48 |
| Octal | 230 | 241 | 327 | 35 | 31 | 0 | 20 | 347 | 54 | 110 |
| Binary | 10011000 | 10100001 | 11010111 | 11101 | 11001 | 0 | 10000 | 11100111 | 101100 | 1001000 |
Color Harmonies of #98A1D7
Complementary color
Monochromatic Colors of #98A1D7
Black with #98A1D7
Text Example
Text Example
White with #98A1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1D7; }
p { color: rgb(152,161,215); }
H1.HeaderClassName
{
color: #98A1D7;
}
.AnyTagClassName
{
color: #98A1D7;
}
</style>
background-color css
<style>
a { background-color: #98A1D7; }
a { background-color: rgb(152,161,215); }
div.DivClassName
{
background-color: #98A1D7;
}
.BgClassName
{
background-color: #98A1D7;
}
</style>
border-color css
<style>
span { border-color: #98A1D7; }
span { border-color: rgb(152,161,215); }
td.TdClassName
{
border-color: #98A1D7;
}
.TagClassName
{
border-color: #98A1D7;
}
</style>