Shades of Portage #989DE8
Tints of Portage #989DE8
RGB
CMYK
RGB Variations
Color information
#989DE8 (or 0x989DE8) is known color: Portage. HEX triplet: 98, 9D and E8. RGB value is (152,157,232). Sum of RGB (Red+Green+Blue) = 152+157+232=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #989DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989DE8 is #676217. Grayscale: #A3A3A3. Windows color (decimal): -6775320 or 15244696. OLE color: 15244696.
HSL color Cylindrical-coordinate representation of color #989DE8: hue angle of 236.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989DE8 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 157 | 232 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.09 |
| HSL | 236.25º | 0.63% | 0.75% | - |
| HSV(B) | 236.25º | 0.34% | 0.91% | - |
| XYZ | 39.57 | 36.62 | 81.33 | - |
| YUV | 164.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 232 | 0.34 | 0.32 | 0 | 0.09 | 236.25 | 0.63 | 0.75 |
| Hex | 98 | 9D | E8 | 22 | 20 | 0 | 9 | EC | 3F | 4B |
| Octal | 230 | 235 | 350 | 42 | 40 | 0 | 11 | 354 | 77 | 113 |
| Binary | 10011000 | 10011101 | 11101000 | 100010 | 100000 | 0 | 1001 | 11101100 | 111111 | 1001011 |
Color Harmonies of #989DE8
Complementary color
Monochromatic Colors of #989DE8
Black with #989DE8
Text Example
Text Example
White with #989DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DE8; }
p { color: rgb(152,157,232); }
H1.HeaderClassName
{
color: #989DE8;
}
.AnyTagClassName
{
color: #989DE8;
}
</style>
background-color css
<style>
a { background-color: #989DE8; }
a { background-color: rgb(152,157,232); }
div.DivClassName
{
background-color: #989DE8;
}
.BgClassName
{
background-color: #989DE8;
}
</style>
border-color css
<style>
span { border-color: #989DE8; }
span { border-color: rgb(152,157,232); }
td.TdClassName
{
border-color: #989DE8;
}
.TagClassName
{
border-color: #989DE8;
}
</style>