Shades of Portage #98A1D5
Tints of Portage #98A1D5
RGB
CMYK
RGB Variations
Color information
#98A1D5 (or 0x98A1D5) is known color: Portage. HEX triplet: 98, A1 and D5. RGB value is (152,161,213). Sum of RGB (Red+Green+Blue) = 152+161+213=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #98A1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1D5 is #675E2A. Grayscale: #A4A4A4. Windows color (decimal): -6774315 or 14000536. OLE color: 14000536.
HSL color Cylindrical-coordinate representation of color #98A1D5: hue angle of 231.15º degrees, saturation: 0.42, 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 #98A1D5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 161 | 213 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.16 |
| HSL | 231.15º | 0.42% | 0.72% | - |
| HSV(B) | 231.15º | 0.29% | 0.84% | - |
| XYZ | 37.7 | 36.97 | 68.1 | - |
| YUV | 164.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 213 | 0.29 | 0.24 | 0 | 0.16 | 231.15 | 0.42 | 0.72 |
| Hex | 98 | A1 | D5 | 1D | 18 | 0 | 10 | E7 | 2A | 48 |
| Octal | 230 | 241 | 325 | 35 | 30 | 0 | 20 | 347 | 52 | 110 |
| Binary | 10011000 | 10100001 | 11010101 | 11101 | 11000 | 0 | 10000 | 11100111 | 101010 | 1001000 |
Color Harmonies of #98A1D5
Complementary color
Monochromatic Colors of #98A1D5
Black with #98A1D5
Text Example
Text Example
White with #98A1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1D5; }
p { color: rgb(152,161,213); }
H1.HeaderClassName
{
color: #98A1D5;
}
.AnyTagClassName
{
color: #98A1D5;
}
</style>
background-color css
<style>
a { background-color: #98A1D5; }
a { background-color: rgb(152,161,213); }
div.DivClassName
{
background-color: #98A1D5;
}
.BgClassName
{
background-color: #98A1D5;
}
</style>
border-color css
<style>
span { border-color: #98A1D5; }
span { border-color: rgb(152,161,213); }
td.TdClassName
{
border-color: #98A1D5;
}
.TagClassName
{
border-color: #98A1D5;
}
</style>