Shades of Portage #898FC7
Tints of Portage #898FC7
RGB
CMYK
RGB Variations
Color information
#898FC7 (or 0x898FC7) is known color: Portage. HEX triplet: 89, 8F and C7. RGB value is (137,143,199). Sum of RGB (Red+Green+Blue) = 137+143+199=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #898FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FC7 is #767038. Grayscale: #939393. Windows color (decimal): -7761977 or 13078409. OLE color: 13078409.
HSL color Cylindrical-coordinate representation of color #898FC7: hue angle of 234.19º 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 #898FC7 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 143 | 199 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.22 |
| HSL | 234.19º | 0.36% | 0.66% | - |
| HSV(B) | 234.19º | 0.31% | 0.78% | - |
| XYZ | 30.45 | 29.09 | 58.04 | - |
| YUV | 147.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 199 | 0.31 | 0.28 | 0 | 0.22 | 234.19 | 0.36 | 0.66 |
| Hex | 89 | 8F | C7 | 1F | 1C | 0 | 16 | EA | 24 | 42 |
| Octal | 211 | 217 | 307 | 37 | 34 | 0 | 26 | 352 | 44 | 102 |
| Binary | 10001001 | 10001111 | 11000111 | 11111 | 11100 | 0 | 10110 | 11101010 | 100100 | 1000010 |
Color Harmonies of #898FC7
Complementary color
Monochromatic Colors of #898FC7
Black with #898FC7
Text Example
Text Example
White with #898FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FC7; }
p { color: rgb(137,143,199); }
H1.HeaderClassName
{
color: #898FC7;
}
.AnyTagClassName
{
color: #898FC7;
}
</style>
background-color css
<style>
a { background-color: #898FC7; }
a { background-color: rgb(137,143,199); }
div.DivClassName
{
background-color: #898FC7;
}
.BgClassName
{
background-color: #898FC7;
}
</style>
border-color css
<style>
span { border-color: #898FC7; }
span { border-color: rgb(137,143,199); }
td.TdClassName
{
border-color: #898FC7;
}
.TagClassName
{
border-color: #898FC7;
}
</style>