Shades of Portage #899BEE
Tints of Portage #899BEE
RGB
CMYK
RGB Variations
Color information
#899BEE (or 0x899BEE) is known color: Portage. HEX triplet: 89, 9B and EE. RGB value is (137,155,238). Sum of RGB (Red+Green+Blue) = 137+155+238=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #899BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BEE is #766411. Grayscale: #9E9E9E. Windows color (decimal): -7758866 or 15637385. OLE color: 15637385.
HSL color Cylindrical-coordinate representation of color #899BEE: hue angle of 229.31º 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 #899BEE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 155 | 238 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.07 |
| HSL | 229.31º | 0.75% | 0.74% | - |
| HSV(B) | 229.31º | 0.42% | 0.93% | - |
| XYZ | 37.47 | 34.93 | 85.66 | - |
| YUV | 159.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 238 | 0.42 | 0.35 | 0 | 0.07 | 229.31 | 0.75 | 0.74 |
| Hex | 89 | 9B | EE | 2A | 23 | 0 | 7 | E5 | 4B | 4A |
| Octal | 211 | 233 | 356 | 52 | 43 | 0 | 7 | 345 | 113 | 112 |
| Binary | 10001001 | 10011011 | 11101110 | 101010 | 100011 | 0 | 111 | 11100101 | 1001011 | 1001010 |
Color Harmonies of #899BEE
Complementary color
Monochromatic Colors of #899BEE
Black with #899BEE
Text Example
Text Example
White with #899BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BEE; }
p { color: rgb(137,155,238); }
H1.HeaderClassName
{
color: #899BEE;
}
.AnyTagClassName
{
color: #899BEE;
}
</style>
background-color css
<style>
a { background-color: #899BEE; }
a { background-color: rgb(137,155,238); }
div.DivClassName
{
background-color: #899BEE;
}
.BgClassName
{
background-color: #899BEE;
}
</style>
border-color css
<style>
span { border-color: #899BEE; }
span { border-color: rgb(137,155,238); }
td.TdClassName
{
border-color: #899BEE;
}
.TagClassName
{
border-color: #899BEE;
}
</style>