Shades of Portage #899DDA
Tints of Portage #899DDA
RGB
CMYK
RGB Variations
Color information
#899DDA (or 0x899DDA) is known color: Portage. HEX triplet: 89, 9D and DA. RGB value is (137,157,218). Sum of RGB (Red+Green+Blue) = 137+157+218=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #899DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DDA is #766225. Grayscale: #9D9D9D. Windows color (decimal): -7758374 or 14327177. OLE color: 14327177.
HSL color Cylindrical-coordinate representation of color #899DDA: hue angle of 225.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #899DDA is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 157 | 218 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.15 |
| HSL | 225.19º | 0.52% | 0.7% | - |
| HSV(B) | 225.19º | 0.37% | 0.85% | - |
| XYZ | 35.03 | 34.49 | 71.14 | - |
| YUV | 157.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 218 | 0.37 | 0.28 | 0 | 0.15 | 225.19 | 0.52 | 0.7 |
| Hex | 89 | 9D | DA | 25 | 1C | 0 | F | E1 | 34 | 46 |
| Octal | 211 | 235 | 332 | 45 | 34 | 0 | 17 | 341 | 64 | 106 |
| Binary | 10001001 | 10011101 | 11011010 | 100101 | 11100 | 0 | 1111 | 11100001 | 110100 | 1000110 |
Color Harmonies of #899DDA
Complementary color
Monochromatic Colors of #899DDA
Black with #899DDA
Text Example
Text Example
White with #899DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DDA; }
p { color: rgb(137,157,218); }
H1.HeaderClassName
{
color: #899DDA;
}
.AnyTagClassName
{
color: #899DDA;
}
</style>
background-color css
<style>
a { background-color: #899DDA; }
a { background-color: rgb(137,157,218); }
div.DivClassName
{
background-color: #899DDA;
}
.BgClassName
{
background-color: #899DDA;
}
</style>
border-color css
<style>
span { border-color: #899DDA; }
span { border-color: rgb(137,157,218); }
td.TdClassName
{
border-color: #899DDA;
}
.TagClassName
{
border-color: #899DDA;
}
</style>