Shades of Portage #899EFE
Tints of Portage #899EFE
RGB
CMYK
RGB Variations
Color information
#899EFE (or 0x899EFE) is known color: Portage. HEX triplet: 89, 9E and FE. RGB value is (137,158,254). Sum of RGB (Red+Green+Blue) = 137+158+254=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #899EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFE is #766101. Grayscale: #A2A2A2. Windows color (decimal): -7758082 or 16686729. OLE color: 16686729.
HSL color Cylindrical-coordinate representation of color #899EFE: hue angle of 229.23º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899EFE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 158 | 254 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.00 |
| HSL | 229.23º | 0.98% | 0.77% | - |
| HSV(B) | 229.23º | 0.46% | 1% | - |
| XYZ | 40.43 | 36.93 | 98.76 | - |
| YUV | 162.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 254 | 0.46 | 0.38 | 0 | 0.00 | 229.23 | 0.98 | 0.77 |
| Hex | 89 | 9E | FE | 2E | 26 | 0 | 0 | E5 | 62 | 4D |
| Octal | 211 | 236 | 376 | 56 | 46 | 0 | 0 | 345 | 142 | 115 |
| Binary | 10001001 | 10011110 | 11111110 | 101110 | 100110 | 0 | 0 | 11100101 | 1100010 | 1001101 |
Color Harmonies of #899EFE
Complementary color
Monochromatic Colors of #899EFE
Black with #899EFE
Text Example
Text Example
White with #899EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EFE; }
p { color: rgb(137,158,254); }
H1.HeaderClassName
{
color: #899EFE;
}
.AnyTagClassName
{
color: #899EFE;
}
</style>
background-color css
<style>
a { background-color: #899EFE; }
a { background-color: rgb(137,158,254); }
div.DivClassName
{
background-color: #899EFE;
}
.BgClassName
{
background-color: #899EFE;
}
</style>
border-color css
<style>
span { border-color: #899EFE; }
span { border-color: rgb(137,158,254); }
td.TdClassName
{
border-color: #899EFE;
}
.TagClassName
{
border-color: #899EFE;
}
</style>