Shades of Portage #899BE9
Tints of Portage #899BE9
RGB
CMYK
RGB Variations
Color information
#899BE9 (or 0x899BE9) is known color: Portage. HEX triplet: 89, 9B and E9. RGB value is (137,155,233). Sum of RGB (Red+Green+Blue) = 137+155+233=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #899BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BE9 is #766416. Grayscale: #9E9E9E. Windows color (decimal): -7758871 or 15309705. OLE color: 15309705.
HSL color Cylindrical-coordinate representation of color #899BE9: hue angle of 228.75º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899BE9 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 155 | 233 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.09 |
| HSL | 228.75º | 0.69% | 0.73% | - |
| HSV(B) | 228.75º | 0.41% | 0.91% | - |
| XYZ | 36.75 | 34.64 | 81.84 | - |
| YUV | 158.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 233 | 0.41 | 0.33 | 0 | 0.09 | 228.75 | 0.69 | 0.73 |
| Hex | 89 | 9B | E9 | 29 | 21 | 0 | 9 | E5 | 45 | 49 |
| Octal | 211 | 233 | 351 | 51 | 41 | 0 | 11 | 345 | 105 | 111 |
| Binary | 10001001 | 10011011 | 11101001 | 101001 | 100001 | 0 | 1001 | 11100101 | 1000101 | 1001001 |
Color Harmonies of #899BE9
Complementary color
Monochromatic Colors of #899BE9
Black with #899BE9
Text Example
Text Example
White with #899BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BE9; }
p { color: rgb(137,155,233); }
H1.HeaderClassName
{
color: #899BE9;
}
.AnyTagClassName
{
color: #899BE9;
}
</style>
background-color css
<style>
a { background-color: #899BE9; }
a { background-color: rgb(137,155,233); }
div.DivClassName
{
background-color: #899BE9;
}
.BgClassName
{
background-color: #899BE9;
}
</style>
border-color css
<style>
span { border-color: #899BE9; }
span { border-color: rgb(137,155,233); }
td.TdClassName
{
border-color: #899BE9;
}
.TagClassName
{
border-color: #899BE9;
}
</style>