Shades of Portage #989EDA
Tints of Portage #989EDA
RGB
CMYK
RGB Variations
Color information
#989EDA (or 0x989EDA) is known color: Portage. HEX triplet: 98, 9E and DA. RGB value is (152,158,218). Sum of RGB (Red+Green+Blue) = 152+158+218=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #989EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDA is #676125. Grayscale: #A2A2A2. Windows color (decimal): -6775078 or 14327448. OLE color: 14327448.
HSL color Cylindrical-coordinate representation of color #989EDA: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989EDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 158 | 218 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.15 |
| HSL | 234.55º | 0.47% | 0.73% | - |
| HSV(B) | 234.55º | 0.3% | 0.85% | - |
| XYZ | 37.83 | 36.19 | 71.32 | - |
| YUV | 163.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 218 | 0.30 | 0.28 | 0 | 0.15 | 234.55 | 0.47 | 0.73 |
| Hex | 98 | 9E | DA | 1E | 1C | 0 | F | EB | 2F | 49 |
| Octal | 230 | 236 | 332 | 36 | 34 | 0 | 17 | 353 | 57 | 111 |
| Binary | 10011000 | 10011110 | 11011010 | 11110 | 11100 | 0 | 1111 | 11101011 | 101111 | 1001001 |
Color Harmonies of #989EDA
Complementary color
Monochromatic Colors of #989EDA
Black with #989EDA
Text Example
Text Example
White with #989EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EDA; }
p { color: rgb(152,158,218); }
H1.HeaderClassName
{
color: #989EDA;
}
.AnyTagClassName
{
color: #989EDA;
}
</style>
background-color css
<style>
a { background-color: #989EDA; }
a { background-color: rgb(152,158,218); }
div.DivClassName
{
background-color: #989EDA;
}
.BgClassName
{
background-color: #989EDA;
}
</style>
border-color css
<style>
span { border-color: #989EDA; }
span { border-color: rgb(152,158,218); }
td.TdClassName
{
border-color: #989EDA;
}
.TagClassName
{
border-color: #989EDA;
}
</style>