Shades of Portage #989CE5
Tints of Portage #989CE5
RGB
CMYK
RGB Variations
Color information
#989CE5 (or 0x989CE5) is known color: Portage. HEX triplet: 98, 9C and E5. RGB value is (152,156,229). Sum of RGB (Red+Green+Blue) = 152+156+229=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #989CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CE5 is #67631A. Grayscale: #A2A2A2. Windows color (decimal): -6775579 or 15047832. OLE color: 15047832.
HSL color Cylindrical-coordinate representation of color #989CE5: hue angle of 236.88º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989CE5 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 156 | 229 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.10 |
| HSL | 236.88º | 0.6% | 0.75% | - |
| HSV(B) | 236.88º | 0.34% | 0.9% | - |
| XYZ | 38.98 | 36.11 | 79.04 | - |
| YUV | 163.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 229 | 0.34 | 0.32 | 0 | 0.10 | 236.88 | 0.6 | 0.75 |
| Hex | 98 | 9C | E5 | 22 | 20 | 0 | A | ED | 3C | 4B |
| Octal | 230 | 234 | 345 | 42 | 40 | 0 | 12 | 355 | 74 | 113 |
| Binary | 10011000 | 10011100 | 11100101 | 100010 | 100000 | 0 | 1010 | 11101101 | 111100 | 1001011 |
Color Harmonies of #989CE5
Complementary color
Monochromatic Colors of #989CE5
Black with #989CE5
Text Example
Text Example
White with #989CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989CE5; }
p { color: rgb(152,156,229); }
H1.HeaderClassName
{
color: #989CE5;
}
.AnyTagClassName
{
color: #989CE5;
}
</style>
background-color css
<style>
a { background-color: #989CE5; }
a { background-color: rgb(152,156,229); }
div.DivClassName
{
background-color: #989CE5;
}
.BgClassName
{
background-color: #989CE5;
}
</style>
border-color css
<style>
span { border-color: #989CE5; }
span { border-color: rgb(152,156,229); }
td.TdClassName
{
border-color: #989CE5;
}
.TagClassName
{
border-color: #989CE5;
}
</style>