Shades of Portage #899EFC
Tints of Portage #899EFC
RGB
CMYK
RGB Variations
Color information
#899EFC (or 0x899EFC) is known color: Portage. HEX triplet: 89, 9E and FC. RGB value is (137,158,252). Sum of RGB (Red+Green+Blue) = 137+158+252=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #899EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFC is #766103. Grayscale: #A2A2A2. Windows color (decimal): -7758084 or 16555657. OLE color: 16555657.
HSL color Cylindrical-coordinate representation of color #899EFC: hue angle of 229.04º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899EFC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 158 | 252 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.01 |
| HSL | 229.04º | 0.95% | 0.76% | - |
| HSV(B) | 229.04º | 0.46% | 0.99% | - |
| XYZ | 40.11 | 36.8 | 97.08 | - |
| YUV | 162.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 252 | 0.46 | 0.37 | 0 | 0.01 | 229.04 | 0.95 | 0.76 |
| Hex | 89 | 9E | FC | 2E | 25 | 0 | 1 | E5 | 5F | 4C |
| Octal | 211 | 236 | 374 | 56 | 45 | 0 | 1 | 345 | 137 | 114 |
| Binary | 10001001 | 10011110 | 11111100 | 101110 | 100101 | 0 | 1 | 11100101 | 1011111 | 1001100 |
Color Harmonies of #899EFC
Complementary color
Monochromatic Colors of #899EFC
Black with #899EFC
Text Example
Text Example
White with #899EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EFC; }
p { color: rgb(137,158,252); }
H1.HeaderClassName
{
color: #899EFC;
}
.AnyTagClassName
{
color: #899EFC;
}
</style>
background-color css
<style>
a { background-color: #899EFC; }
a { background-color: rgb(137,158,252); }
div.DivClassName
{
background-color: #899EFC;
}
.BgClassName
{
background-color: #899EFC;
}
</style>
border-color css
<style>
span { border-color: #899EFC; }
span { border-color: rgb(137,158,252); }
td.TdClassName
{
border-color: #899EFC;
}
.TagClassName
{
border-color: #899EFC;
}
</style>