Shades of Portage #989DDE
Tints of Portage #989DDE
RGB
CMYK
RGB Variations
Color information
#989DDE (or 0x989DDE) is known color: Portage. HEX triplet: 98, 9D and DE. RGB value is (152,157,222). Sum of RGB (Red+Green+Blue) = 152+157+222=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #989DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDE is #676221. Grayscale: #A2A2A2. Windows color (decimal): -6775330 or 14589336. OLE color: 14589336.
HSL color Cylindrical-coordinate representation of color #989DDE: hue angle of 235.71º 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 #989DDE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 157 | 222 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.13 |
| HSL | 235.71º | 0.51% | 0.73% | - |
| HSV(B) | 235.71º | 0.32% | 0.87% | - |
| XYZ | 38.19 | 36.06 | 74.06 | - |
| YUV | 162.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 222 | 0.32 | 0.29 | 0 | 0.13 | 235.71 | 0.51 | 0.73 |
| Hex | 98 | 9D | DE | 20 | 1D | 0 | D | EC | 33 | 49 |
| Octal | 230 | 235 | 336 | 40 | 35 | 0 | 15 | 354 | 63 | 111 |
| Binary | 10011000 | 10011101 | 11011110 | 100000 | 11101 | 0 | 1101 | 11101100 | 110011 | 1001001 |
Color Harmonies of #989DDE
Complementary color
Monochromatic Colors of #989DDE
Black with #989DDE
Text Example
Text Example
White with #989DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DDE; }
p { color: rgb(152,157,222); }
H1.HeaderClassName
{
color: #989DDE;
}
.AnyTagClassName
{
color: #989DDE;
}
</style>
background-color css
<style>
a { background-color: #989DDE; }
a { background-color: rgb(152,157,222); }
div.DivClassName
{
background-color: #989DDE;
}
.BgClassName
{
background-color: #989DDE;
}
</style>
border-color css
<style>
span { border-color: #989DDE; }
span { border-color: rgb(152,157,222); }
td.TdClassName
{
border-color: #989DDE;
}
.TagClassName
{
border-color: #989DDE;
}
</style>