Shades of Portage #899DDF
Tints of Portage #899DDF
RGB
CMYK
RGB Variations
Color information
#899DDF (or 0x899DDF) is known color: Portage. HEX triplet: 89, 9D and DF. RGB value is (137,157,223). Sum of RGB (Red+Green+Blue) = 137+157+223=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #899DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DDF is #766220. Grayscale: #9E9E9E. Windows color (decimal): -7758369 or 14654857. OLE color: 14654857.
HSL color Cylindrical-coordinate representation of color #899DDF: hue angle of 226.05º 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 #899DDF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 157 | 223 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.13 |
| HSL | 226.05º | 0.57% | 0.71% | - |
| HSV(B) | 226.05º | 0.39% | 0.87% | - |
| XYZ | 35.69 | 34.76 | 74.64 | - |
| YUV | 158.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 223 | 0.39 | 0.30 | 0 | 0.13 | 226.05 | 0.57 | 0.71 |
| Hex | 89 | 9D | DF | 27 | 1E | 0 | D | E2 | 39 | 47 |
| Octal | 211 | 235 | 337 | 47 | 36 | 0 | 15 | 342 | 71 | 107 |
| Binary | 10001001 | 10011101 | 11011111 | 100111 | 11110 | 0 | 1101 | 11100010 | 111001 | 1000111 |
Color Harmonies of #899DDF
Complementary color
Monochromatic Colors of #899DDF
Black with #899DDF
Text Example
Text Example
White with #899DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DDF; }
p { color: rgb(137,157,223); }
H1.HeaderClassName
{
color: #899DDF;
}
.AnyTagClassName
{
color: #899DDF;
}
</style>
background-color css
<style>
a { background-color: #899DDF; }
a { background-color: rgb(137,157,223); }
div.DivClassName
{
background-color: #899DDF;
}
.BgClassName
{
background-color: #899DDF;
}
</style>
border-color css
<style>
span { border-color: #899DDF; }
span { border-color: rgb(137,157,223); }
td.TdClassName
{
border-color: #899DDF;
}
.TagClassName
{
border-color: #899DDF;
}
</style>