Shades of Portage #98A0DD
Tints of Portage #98A0DD
RGB
CMYK
RGB Variations
Color information
#98A0DD (or 0x98A0DD) is known color: Portage. HEX triplet: 98, A0 and DD. RGB value is (152,160,221). Sum of RGB (Red+Green+Blue) = 152+160+221=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #98A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0DD is #675F22. Grayscale: #A4A4A4. Windows color (decimal): -6774563 or 14524568. OLE color: 14524568.
HSL color Cylindrical-coordinate representation of color #98A0DD: hue angle of 233.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A0DD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 160 | 221 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 233.04º | 0.5% | 0.73% | - |
| HSV(B) | 233.04º | 0.31% | 0.87% | - |
| XYZ | 38.57 | 37.04 | 73.52 | - |
| YUV | 164.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 221 | 0.31 | 0.28 | 0 | 0.13 | 233.04 | 0.5 | 0.73 |
| Hex | 98 | A0 | DD | 1F | 1C | 0 | D | E9 | 32 | 49 |
| Octal | 230 | 240 | 335 | 37 | 34 | 0 | 15 | 351 | 62 | 111 |
| Binary | 10011000 | 10100000 | 11011101 | 11111 | 11100 | 0 | 1101 | 11101001 | 110010 | 1001001 |
Color Harmonies of #98A0DD
Complementary color
Monochromatic Colors of #98A0DD
Black with #98A0DD
Text Example
Text Example
White with #98A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0DD; }
p { color: rgb(152,160,221); }
H1.HeaderClassName
{
color: #98A0DD;
}
.AnyTagClassName
{
color: #98A0DD;
}
</style>
background-color css
<style>
a { background-color: #98A0DD; }
a { background-color: rgb(152,160,221); }
div.DivClassName
{
background-color: #98A0DD;
}
.BgClassName
{
background-color: #98A0DD;
}
</style>
border-color css
<style>
span { border-color: #98A0DD; }
span { border-color: rgb(152,160,221); }
td.TdClassName
{
border-color: #98A0DD;
}
.TagClassName
{
border-color: #98A0DD;
}
</style>