Shades of Portage #898DEF
Tints of Portage #898DEF
RGB
CMYK
RGB Variations
Color information
#898DEF (or 0x898DEF) is known color: Portage. HEX triplet: 89, 8D and EF. RGB value is (137,141,239). Sum of RGB (Red+Green+Blue) = 137+141+239=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #898DEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DEF is #767210. Grayscale: #969696. Windows color (decimal): -7762449 or 15699337. OLE color: 15699337.
HSL color Cylindrical-coordinate representation of color #898DEF: hue angle of 237.65º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898DEF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 141 | 239 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.06 |
| HSL | 237.65º | 0.76% | 0.74% | - |
| HSV(B) | 237.65º | 0.43% | 0.94% | - |
| XYZ | 35.42 | 30.6 | 85.7 | - |
| YUV | 150.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 239 | 0.43 | 0.41 | 0 | 0.06 | 237.65 | 0.76 | 0.74 |
| Hex | 89 | 8D | EF | 2B | 29 | 0 | 6 | EE | 4C | 4A |
| Octal | 211 | 215 | 357 | 53 | 51 | 0 | 6 | 356 | 114 | 112 |
| Binary | 10001001 | 10001101 | 11101111 | 101011 | 101001 | 0 | 110 | 11101110 | 1001100 | 1001010 |
Color Harmonies of #898DEF
Complementary color
Monochromatic Colors of #898DEF
Black with #898DEF
Text Example
Text Example
White with #898DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DEF; }
p { color: rgb(137,141,239); }
H1.HeaderClassName
{
color: #898DEF;
}
.AnyTagClassName
{
color: #898DEF;
}
</style>
background-color css
<style>
a { background-color: #898DEF; }
a { background-color: rgb(137,141,239); }
div.DivClassName
{
background-color: #898DEF;
}
.BgClassName
{
background-color: #898DEF;
}
</style>
border-color css
<style>
span { border-color: #898DEF; }
span { border-color: rgb(137,141,239); }
td.TdClassName
{
border-color: #898DEF;
}
.TagClassName
{
border-color: #898DEF;
}
</style>