Shades of Portage #899BE3
Tints of Portage #899BE3
RGB
CMYK
RGB Variations
Color information
#899BE3 (or 0x899BE3) is known color: Portage. HEX triplet: 89, 9B and E3. RGB value is (137,155,227). Sum of RGB (Red+Green+Blue) = 137+155+227=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #899BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BE3 is #76641C. Grayscale: #9D9D9D. Windows color (decimal): -7758877 or 14916489. OLE color: 14916489.
HSL color Cylindrical-coordinate representation of color #899BE3: hue angle of 228º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899BE3 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 155 | 227 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.11 |
| HSL | 228º | 0.62% | 0.71% | - |
| HSV(B) | 228º | 0.4% | 0.89% | - |
| XYZ | 35.9 | 34.31 | 77.4 | - |
| YUV | 157.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 227 | 0.40 | 0.32 | 0 | 0.11 | 228 | 0.62 | 0.71 |
| Hex | 89 | 9B | E3 | 28 | 20 | 0 | B | E4 | 3E | 47 |
| Octal | 211 | 233 | 343 | 50 | 40 | 0 | 13 | 344 | 76 | 107 |
| Binary | 10001001 | 10011011 | 11100011 | 101000 | 100000 | 0 | 1011 | 11100100 | 111110 | 1000111 |
Color Harmonies of #899BE3
Complementary color
Monochromatic Colors of #899BE3
Black with #899BE3
Text Example
Text Example
White with #899BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BE3; }
p { color: rgb(137,155,227); }
H1.HeaderClassName
{
color: #899BE3;
}
.AnyTagClassName
{
color: #899BE3;
}
</style>
background-color css
<style>
a { background-color: #899BE3; }
a { background-color: rgb(137,155,227); }
div.DivClassName
{
background-color: #899BE3;
}
.BgClassName
{
background-color: #899BE3;
}
</style>
border-color css
<style>
span { border-color: #899BE3; }
span { border-color: rgb(137,155,227); }
td.TdClassName
{
border-color: #899BE3;
}
.TagClassName
{
border-color: #899BE3;
}
</style>