Shades of Portage #989DE9
Tints of Portage #989DE9
RGB
CMYK
RGB Variations
Color information
#989DE9 (or 0x989DE9) is known color: Portage. HEX triplet: 98, 9D and E9. RGB value is (152,157,233). Sum of RGB (Red+Green+Blue) = 152+157+233=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #989DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989DE9 is #676216. Grayscale: #A3A3A3. Windows color (decimal): -6775319 or 15310232. OLE color: 15310232.
HSL color Cylindrical-coordinate representation of color #989DE9: hue angle of 236.3º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #989DE9 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 157 | 233 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.09 |
| HSL | 236.3º | 0.65% | 0.75% | - |
| HSV(B) | 236.3º | 0.35% | 0.91% | - |
| XYZ | 39.71 | 36.67 | 82.08 | - |
| YUV | 164.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 233 | 0.35 | 0.33 | 0 | 0.09 | 236.3 | 0.65 | 0.75 |
| Hex | 98 | 9D | E9 | 23 | 21 | 0 | 9 | EC | 41 | 4B |
| Octal | 230 | 235 | 351 | 43 | 41 | 0 | 11 | 354 | 101 | 113 |
| Binary | 10011000 | 10011101 | 11101001 | 100011 | 100001 | 0 | 1001 | 11101100 | 1000001 | 1001011 |
Color Harmonies of #989DE9
Complementary color
Monochromatic Colors of #989DE9
Black with #989DE9
Text Example
Text Example
White with #989DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DE9; }
p { color: rgb(152,157,233); }
H1.HeaderClassName
{
color: #989DE9;
}
.AnyTagClassName
{
color: #989DE9;
}
</style>
background-color css
<style>
a { background-color: #989DE9; }
a { background-color: rgb(152,157,233); }
div.DivClassName
{
background-color: #989DE9;
}
.BgClassName
{
background-color: #989DE9;
}
</style>
border-color css
<style>
span { border-color: #989DE9; }
span { border-color: rgb(152,157,233); }
td.TdClassName
{
border-color: #989DE9;
}
.TagClassName
{
border-color: #989DE9;
}
</style>