Shades of Portage #899BDD
Tints of Portage #899BDD
RGB
CMYK
RGB Variations
Color information
#899BDD (or 0x899BDD) is known color: Portage. HEX triplet: 89, 9B and DD. RGB value is (137,155,221). Sum of RGB (Red+Green+Blue) = 137+155+221=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #899BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BDD is #766422. Grayscale: #9C9C9C. Windows color (decimal): -7758883 or 14523273. OLE color: 14523273.
HSL color Cylindrical-coordinate representation of color #899BDD: hue angle of 227.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899BDD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 155 | 221 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 227.14º | 0.55% | 0.7% | - |
| HSV(B) | 227.14º | 0.38% | 0.87% | - |
| XYZ | 35.09 | 33.98 | 73.12 | - |
| YUV | 157.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 221 | 0.38 | 0.30 | 0 | 0.13 | 227.14 | 0.55 | 0.7 |
| Hex | 89 | 9B | DD | 26 | 1E | 0 | D | E3 | 37 | 46 |
| Octal | 211 | 233 | 335 | 46 | 36 | 0 | 15 | 343 | 67 | 106 |
| Binary | 10001001 | 10011011 | 11011101 | 100110 | 11110 | 0 | 1101 | 11100011 | 110111 | 1000110 |
Color Harmonies of #899BDD
Complementary color
Monochromatic Colors of #899BDD
Black with #899BDD
Text Example
Text Example
White with #899BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BDD; }
p { color: rgb(137,155,221); }
H1.HeaderClassName
{
color: #899BDD;
}
.AnyTagClassName
{
color: #899BDD;
}
</style>
background-color css
<style>
a { background-color: #899BDD; }
a { background-color: rgb(137,155,221); }
div.DivClassName
{
background-color: #899BDD;
}
.BgClassName
{
background-color: #899BDD;
}
</style>
border-color css
<style>
span { border-color: #899BDD; }
span { border-color: rgb(137,155,221); }
td.TdClassName
{
border-color: #899BDD;
}
.TagClassName
{
border-color: #899BDD;
}
</style>