Shades of Portage #989EDB
Tints of Portage #989EDB
RGB
CMYK
RGB Variations
Color information
#989EDB (or 0x989EDB) is known color: Portage. HEX triplet: 98, 9E and DB. RGB value is (152,158,219). Sum of RGB (Red+Green+Blue) = 152+158+219=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #989EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDB is #676124. Grayscale: #A2A2A2. Windows color (decimal): -6775077 or 14392984. OLE color: 14392984.
HSL color Cylindrical-coordinate representation of color #989EDB: hue angle of 234.63º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989EDB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 158 | 219 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.14 |
| HSL | 234.63º | 0.48% | 0.73% | - |
| HSV(B) | 234.63º | 0.31% | 0.86% | - |
| XYZ | 37.96 | 36.24 | 72.01 | - |
| YUV | 163.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 219 | 0.31 | 0.28 | 0 | 0.14 | 234.63 | 0.48 | 0.73 |
| Hex | 98 | 9E | DB | 1F | 1C | 0 | E | EB | 30 | 49 |
| Octal | 230 | 236 | 333 | 37 | 34 | 0 | 16 | 353 | 60 | 111 |
| Binary | 10011000 | 10011110 | 11011011 | 11111 | 11100 | 0 | 1110 | 11101011 | 110000 | 1001001 |
Color Harmonies of #989EDB
Complementary color
Monochromatic Colors of #989EDB
Black with #989EDB
Text Example
Text Example
White with #989EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EDB; }
p { color: rgb(152,158,219); }
H1.HeaderClassName
{
color: #989EDB;
}
.AnyTagClassName
{
color: #989EDB;
}
</style>
background-color css
<style>
a { background-color: #989EDB; }
a { background-color: rgb(152,158,219); }
div.DivClassName
{
background-color: #989EDB;
}
.BgClassName
{
background-color: #989EDB;
}
</style>
border-color css
<style>
span { border-color: #989EDB; }
span { border-color: rgb(152,158,219); }
td.TdClassName
{
border-color: #989EDB;
}
.TagClassName
{
border-color: #989EDB;
}
</style>