Shades of Portage #899EEE
Tints of Portage #899EEE
RGB
CMYK
RGB Variations
Color information
#899EEE (or 0x899EEE) is known color: Portage. HEX triplet: 89, 9E and EE. RGB value is (137,158,238). Sum of RGB (Red+Green+Blue) = 137+158+238=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #899EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EEE is #766111. Grayscale: #A0A0A0. Windows color (decimal): -7758098 or 15638153. OLE color: 15638153.
HSL color Cylindrical-coordinate representation of color #899EEE: hue angle of 227.52º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899EEE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 158 | 238 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 227.52º | 0.75% | 0.74% | - |
| HSV(B) | 227.52º | 0.42% | 0.93% | - |
| XYZ | 37.98 | 35.95 | 85.83 | - |
| YUV | 160.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 238 | 0.42 | 0.34 | 0 | 0.07 | 227.52 | 0.75 | 0.74 |
| Hex | 89 | 9E | EE | 2A | 22 | 0 | 7 | E4 | 4B | 4A |
| Octal | 211 | 236 | 356 | 52 | 42 | 0 | 7 | 344 | 113 | 112 |
| Binary | 10001001 | 10011110 | 11101110 | 101010 | 100010 | 0 | 111 | 11100100 | 1001011 | 1001010 |
Color Harmonies of #899EEE
Complementary color
Monochromatic Colors of #899EEE
Black with #899EEE
Text Example
Text Example
White with #899EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EEE; }
p { color: rgb(137,158,238); }
H1.HeaderClassName
{
color: #899EEE;
}
.AnyTagClassName
{
color: #899EEE;
}
</style>
background-color css
<style>
a { background-color: #899EEE; }
a { background-color: rgb(137,158,238); }
div.DivClassName
{
background-color: #899EEE;
}
.BgClassName
{
background-color: #899EEE;
}
</style>
border-color css
<style>
span { border-color: #899EEE; }
span { border-color: rgb(137,158,238); }
td.TdClassName
{
border-color: #899EEE;
}
.TagClassName
{
border-color: #899EEE;
}
</style>