Shades of Portage #989FDD
Tints of Portage #989FDD
RGB
CMYK
RGB Variations
Color information
#989FDD (or 0x989FDD) is known color: Portage. HEX triplet: 98, 9F and DD. RGB value is (152,159,221). Sum of RGB (Red+Green+Blue) = 152+159+221=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #989FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FDD is #676022. Grayscale: #A3A3A3. Windows color (decimal): -6774819 or 14524312. OLE color: 14524312.
HSL color Cylindrical-coordinate representation of color #989FDD: hue angle of 233.91º 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 #989FDD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 159 | 221 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.13 |
| HSL | 233.91º | 0.5% | 0.73% | - |
| HSV(B) | 233.91º | 0.31% | 0.87% | - |
| XYZ | 38.4 | 36.69 | 73.47 | - |
| YUV | 163.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 221 | 0.31 | 0.28 | 0 | 0.13 | 233.91 | 0.5 | 0.73 |
| Hex | 98 | 9F | DD | 1F | 1C | 0 | D | EA | 32 | 49 |
| Octal | 230 | 237 | 335 | 37 | 34 | 0 | 15 | 352 | 62 | 111 |
| Binary | 10011000 | 10011111 | 11011101 | 11111 | 11100 | 0 | 1101 | 11101010 | 110010 | 1001001 |
Color Harmonies of #989FDD
Complementary color
Monochromatic Colors of #989FDD
Black with #989FDD
Text Example
Text Example
White with #989FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989FDD; }
p { color: rgb(152,159,221); }
H1.HeaderClassName
{
color: #989FDD;
}
.AnyTagClassName
{
color: #989FDD;
}
</style>
background-color css
<style>
a { background-color: #989FDD; }
a { background-color: rgb(152,159,221); }
div.DivClassName
{
background-color: #989FDD;
}
.BgClassName
{
background-color: #989FDD;
}
</style>
border-color css
<style>
span { border-color: #989FDD; }
span { border-color: rgb(152,159,221); }
td.TdClassName
{
border-color: #989FDD;
}
.TagClassName
{
border-color: #989FDD;
}
</style>