Shades of Portage #989BDE
Tints of Portage #989BDE
RGB
CMYK
RGB Variations
Color information
#989BDE (or 0x989BDE) is known color: Portage. HEX triplet: 98, 9B and DE. RGB value is (152,155,222). Sum of RGB (Red+Green+Blue) = 152+155+222=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #989BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDE is #676421. Grayscale: #A1A1A1. Windows color (decimal): -6775842 or 14588824. OLE color: 14588824.
HSL color Cylindrical-coordinate representation of color #989BDE: hue angle of 237.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989BDE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 155 | 222 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.13 |
| HSL | 237.43º | 0.51% | 0.73% | - |
| HSV(B) | 237.43º | 0.32% | 0.87% | - |
| XYZ | 37.86 | 35.39 | 73.94 | - |
| YUV | 161.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 222 | 0.32 | 0.30 | 0 | 0.13 | 237.43 | 0.51 | 0.73 |
| Hex | 98 | 9B | DE | 20 | 1E | 0 | D | ED | 33 | 49 |
| Octal | 230 | 233 | 336 | 40 | 36 | 0 | 15 | 355 | 63 | 111 |
| Binary | 10011000 | 10011011 | 11011110 | 100000 | 11110 | 0 | 1101 | 11101101 | 110011 | 1001001 |
Color Harmonies of #989BDE
Complementary color
Monochromatic Colors of #989BDE
Black with #989BDE
Text Example
Text Example
White with #989BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BDE; }
p { color: rgb(152,155,222); }
H1.HeaderClassName
{
color: #989BDE;
}
.AnyTagClassName
{
color: #989BDE;
}
</style>
background-color css
<style>
a { background-color: #989BDE; }
a { background-color: rgb(152,155,222); }
div.DivClassName
{
background-color: #989BDE;
}
.BgClassName
{
background-color: #989BDE;
}
</style>
border-color css
<style>
span { border-color: #989BDE; }
span { border-color: rgb(152,155,222); }
td.TdClassName
{
border-color: #989BDE;
}
.TagClassName
{
border-color: #989BDE;
}
</style>