Shades of Portage #989DE4
Tints of Portage #989DE4
RGB
CMYK
RGB Variations
Color information
#989DE4 (or 0x989DE4) is known color: Portage. HEX triplet: 98, 9D and E4. RGB value is (152,157,228). Sum of RGB (Red+Green+Blue) = 152+157+228=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #989DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DE4 is #67621B. Grayscale: #A3A3A3. Windows color (decimal): -6775324 or 14982552. OLE color: 14982552.
HSL color Cylindrical-coordinate representation of color #989DE4: hue angle of 236.05º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989DE4 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 157 | 228 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.11 |
| HSL | 236.05º | 0.58% | 0.75% | - |
| HSV(B) | 236.05º | 0.33% | 0.89% | - |
| XYZ | 39.01 | 36.39 | 78.37 | - |
| YUV | 163.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 228 | 0.33 | 0.31 | 0 | 0.11 | 236.05 | 0.58 | 0.75 |
| Hex | 98 | 9D | E4 | 21 | 1F | 0 | B | EC | 3A | 4B |
| Octal | 230 | 235 | 344 | 41 | 37 | 0 | 13 | 354 | 72 | 113 |
| Binary | 10011000 | 10011101 | 11100100 | 100001 | 11111 | 0 | 1011 | 11101100 | 111010 | 1001011 |
Color Harmonies of #989DE4
Complementary color
Monochromatic Colors of #989DE4
Black with #989DE4
Text Example
Text Example
White with #989DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989DE4; }
p { color: rgb(152,157,228); }
H1.HeaderClassName
{
color: #989DE4;
}
.AnyTagClassName
{
color: #989DE4;
}
</style>
background-color css
<style>
a { background-color: #989DE4; }
a { background-color: rgb(152,157,228); }
div.DivClassName
{
background-color: #989DE4;
}
.BgClassName
{
background-color: #989DE4;
}
</style>
border-color css
<style>
span { border-color: #989DE4; }
span { border-color: rgb(152,157,228); }
td.TdClassName
{
border-color: #989DE4;
}
.TagClassName
{
border-color: #989DE4;
}
</style>