Shades of Portage #8990C7
Tints of Portage #8990C7
RGB
CMYK
RGB Variations
Color information
#8990C7 (or 0x8990C7) is known color: Portage. HEX triplet: 89, 90 and C7. RGB value is (137,144,199). Sum of RGB (Red+Green+Blue) = 137+144+199=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #8990C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990C7 is #766F38. Grayscale: #939393. Windows color (decimal): -7761721 or 13078665. OLE color: 13078665.
HSL color Cylindrical-coordinate representation of color #8990C7: hue angle of 233.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8990C7 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 144 | 199 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.22 |
| HSL | 233.23º | 0.36% | 0.66% | - |
| HSV(B) | 233.23º | 0.31% | 0.78% | - |
| XYZ | 30.6 | 29.39 | 58.09 | - |
| YUV | 148.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 199 | 0.31 | 0.28 | 0 | 0.22 | 233.23 | 0.36 | 0.66 |
| Hex | 89 | 90 | C7 | 1F | 1C | 0 | 16 | E9 | 24 | 42 |
| Octal | 211 | 220 | 307 | 37 | 34 | 0 | 26 | 351 | 44 | 102 |
| Binary | 10001001 | 10010000 | 11000111 | 11111 | 11100 | 0 | 10110 | 11101001 | 100100 | 1000010 |
Color Harmonies of #8990C7
Complementary color
Monochromatic Colors of #8990C7
Black with #8990C7
Text Example
Text Example
White with #8990C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990C7; }
p { color: rgb(137,144,199); }
H1.HeaderClassName
{
color: #8990C7;
}
.AnyTagClassName
{
color: #8990C7;
}
</style>
background-color css
<style>
a { background-color: #8990C7; }
a { background-color: rgb(137,144,199); }
div.DivClassName
{
background-color: #8990C7;
}
.BgClassName
{
background-color: #8990C7;
}
</style>
border-color css
<style>
span { border-color: #8990C7; }
span { border-color: rgb(137,144,199); }
td.TdClassName
{
border-color: #8990C7;
}
.TagClassName
{
border-color: #8990C7;
}
</style>