Shades of Portage #899BE6
Tints of Portage #899BE6
RGB
CMYK
RGB Variations
Color information
#899BE6 (or 0x899BE6) is known color: Portage. HEX triplet: 89, 9B and E6. RGB value is (137,155,230). Sum of RGB (Red+Green+Blue) = 137+155+230=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #899BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BE6 is #766419. Grayscale: #9D9D9D. Windows color (decimal): -7758874 or 15113097. OLE color: 15113097.
HSL color Cylindrical-coordinate representation of color #899BE6: hue angle of 228.39º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #899BE6 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 155 | 230 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.10 |
| HSL | 228.39º | 0.65% | 0.72% | - |
| HSV(B) | 228.39º | 0.4% | 0.9% | - |
| XYZ | 36.32 | 34.47 | 79.6 | - |
| YUV | 158.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 230 | 0.40 | 0.33 | 0 | 0.10 | 228.39 | 0.65 | 0.72 |
| Hex | 89 | 9B | E6 | 28 | 21 | 0 | A | E4 | 41 | 48 |
| Octal | 211 | 233 | 346 | 50 | 41 | 0 | 12 | 344 | 101 | 110 |
| Binary | 10001001 | 10011011 | 11100110 | 101000 | 100001 | 0 | 1010 | 11100100 | 1000001 | 1001000 |
Color Harmonies of #899BE6
Complementary color
Monochromatic Colors of #899BE6
Black with #899BE6
Text Example
Text Example
White with #899BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BE6; }
p { color: rgb(137,155,230); }
H1.HeaderClassName
{
color: #899BE6;
}
.AnyTagClassName
{
color: #899BE6;
}
</style>
background-color css
<style>
a { background-color: #899BE6; }
a { background-color: rgb(137,155,230); }
div.DivClassName
{
background-color: #899BE6;
}
.BgClassName
{
background-color: #899BE6;
}
</style>
border-color css
<style>
span { border-color: #899BE6; }
span { border-color: rgb(137,155,230); }
td.TdClassName
{
border-color: #899BE6;
}
.TagClassName
{
border-color: #899BE6;
}
</style>