Shades of Portage #989CE7
Tints of Portage #989CE7
RGB
CMYK
RGB Variations
Color information
#989CE7 (or 0x989CE7) is known color: Portage. HEX triplet: 98, 9C and E7. RGB value is (152,156,231). Sum of RGB (Red+Green+Blue) = 152+156+231=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #989CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CE7 is #676318. Grayscale: #A3A3A3. Windows color (decimal): -6775577 or 15178904. OLE color: 15178904.
HSL color Cylindrical-coordinate representation of color #989CE7: hue angle of 236.96º degrees, saturation: 0.62, 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 #989CE7 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 156 | 231 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.09 |
| HSL | 236.96º | 0.62% | 0.75% | - |
| HSV(B) | 236.96º | 0.34% | 0.91% | - |
| XYZ | 39.26 | 36.22 | 80.52 | - |
| YUV | 163.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 231 | 0.34 | 0.32 | 0 | 0.09 | 236.96 | 0.62 | 0.75 |
| Hex | 98 | 9C | E7 | 22 | 20 | 0 | 9 | ED | 3E | 4B |
| Octal | 230 | 234 | 347 | 42 | 40 | 0 | 11 | 355 | 76 | 113 |
| Binary | 10011000 | 10011100 | 11100111 | 100010 | 100000 | 0 | 1001 | 11101101 | 111110 | 1001011 |
Color Harmonies of #989CE7
Complementary color
Monochromatic Colors of #989CE7
Black with #989CE7
Text Example
Text Example
White with #989CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989CE7; }
p { color: rgb(152,156,231); }
H1.HeaderClassName
{
color: #989CE7;
}
.AnyTagClassName
{
color: #989CE7;
}
</style>
background-color css
<style>
a { background-color: #989CE7; }
a { background-color: rgb(152,156,231); }
div.DivClassName
{
background-color: #989CE7;
}
.BgClassName
{
background-color: #989CE7;
}
</style>
border-color css
<style>
span { border-color: #989CE7; }
span { border-color: rgb(152,156,231); }
td.TdClassName
{
border-color: #989CE7;
}
.TagClassName
{
border-color: #989CE7;
}
</style>