Shades of Portage #899EDF
Tints of Portage #899EDF
RGB
CMYK
RGB Variations
Color information
#899EDF (or 0x899EDF) is known color: Portage. HEX triplet: 89, 9E and DF. RGB value is (137,158,223). Sum of RGB (Red+Green+Blue) = 137+158+223=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #899EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EDF is #766120. Grayscale: #9E9E9E. Windows color (decimal): -7758113 or 14655113. OLE color: 14655113.
HSL color Cylindrical-coordinate representation of color #899EDF: hue angle of 225.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899EDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 158 | 223 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.13 |
| HSL | 225.35º | 0.57% | 0.71% | - |
| HSV(B) | 225.35º | 0.39% | 0.87% | - |
| XYZ | 35.86 | 35.1 | 74.7 | - |
| YUV | 159.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 223 | 0.39 | 0.29 | 0 | 0.13 | 225.35 | 0.57 | 0.71 |
| Hex | 89 | 9E | DF | 27 | 1D | 0 | D | E1 | 39 | 47 |
| Octal | 211 | 236 | 337 | 47 | 35 | 0 | 15 | 341 | 71 | 107 |
| Binary | 10001001 | 10011110 | 11011111 | 100111 | 11101 | 0 | 1101 | 11100001 | 111001 | 1000111 |
Color Harmonies of #899EDF
Complementary color
Monochromatic Colors of #899EDF
Black with #899EDF
Text Example
Text Example
White with #899EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899EDF; }
p { color: rgb(137,158,223); }
H1.HeaderClassName
{
color: #899EDF;
}
.AnyTagClassName
{
color: #899EDF;
}
</style>
background-color css
<style>
a { background-color: #899EDF; }
a { background-color: rgb(137,158,223); }
div.DivClassName
{
background-color: #899EDF;
}
.BgClassName
{
background-color: #899EDF;
}
</style>
border-color css
<style>
span { border-color: #899EDF; }
span { border-color: rgb(137,158,223); }
td.TdClassName
{
border-color: #899EDF;
}
.TagClassName
{
border-color: #899EDF;
}
</style>