Shades of Portage #899EFB
Tints of Portage #899EFB
RGB
CMYK
RGB Variations
Color information
#899EFB (or 0x899EFB) is known color: Portage. HEX triplet: 89, 9E and FB. RGB value is (137,158,251). Sum of RGB (Red+Green+Blue) = 137+158+251=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #899EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFB is #766104. Grayscale: #A1A1A1. Windows color (decimal): -7758085 or 16490121. OLE color: 16490121.
HSL color Cylindrical-coordinate representation of color #899EFB: hue angle of 228.95º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899EFB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 158 | 251 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.02 |
| HSL | 228.95º | 0.93% | 0.76% | - |
| HSV(B) | 228.95º | 0.45% | 0.98% | - |
| XYZ | 39.96 | 36.74 | 96.25 | - |
| YUV | 162.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 251 | 0.45 | 0.37 | 0 | 0.02 | 228.95 | 0.93 | 0.76 |
| Hex | 89 | 9E | FB | 2D | 25 | 0 | 2 | E5 | 5D | 4C |
| Octal | 211 | 236 | 373 | 55 | 45 | 0 | 2 | 345 | 135 | 114 |
| Binary | 10001001 | 10011110 | 11111011 | 101101 | 100101 | 0 | 10 | 11100101 | 1011101 | 1001100 |
Color Harmonies of #899EFB
Complementary color
Monochromatic Colors of #899EFB
Black with #899EFB
Text Example
Text Example
White with #899EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EFB; }
p { color: rgb(137,158,251); }
H1.HeaderClassName
{
color: #899EFB;
}
.AnyTagClassName
{
color: #899EFB;
}
</style>
background-color css
<style>
a { background-color: #899EFB; }
a { background-color: rgb(137,158,251); }
div.DivClassName
{
background-color: #899EFB;
}
.BgClassName
{
background-color: #899EFB;
}
</style>
border-color css
<style>
span { border-color: #899EFB; }
span { border-color: rgb(137,158,251); }
td.TdClassName
{
border-color: #899EFB;
}
.TagClassName
{
border-color: #899EFB;
}
</style>