Shades of Portage #899ADD
Tints of Portage #899ADD
RGB
CMYK
RGB Variations
Color information
#899ADD (or 0x899ADD) is known color: Portage. HEX triplet: 89, 9A and DD. RGB value is (137,154,221). Sum of RGB (Red+Green+Blue) = 137+154+221=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #899ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ADD is #766522. Grayscale: #9C9C9C. Windows color (decimal): -7759139 or 14523017. OLE color: 14523017.
HSL color Cylindrical-coordinate representation of color #899ADD: hue angle of 227.86º 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 #899ADD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 154 | 221 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.13 |
| HSL | 227.86º | 0.55% | 0.7% | - |
| HSV(B) | 227.86º | 0.38% | 0.87% | - |
| XYZ | 34.92 | 33.65 | 73.06 | - |
| YUV | 156.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 221 | 0.38 | 0.30 | 0 | 0.13 | 227.86 | 0.55 | 0.7 |
| Hex | 89 | 9A | DD | 26 | 1E | 0 | D | E4 | 37 | 46 |
| Octal | 211 | 232 | 335 | 46 | 36 | 0 | 15 | 344 | 67 | 106 |
| Binary | 10001001 | 10011010 | 11011101 | 100110 | 11110 | 0 | 1101 | 11100100 | 110111 | 1000110 |
Color Harmonies of #899ADD
Complementary color
Monochromatic Colors of #899ADD
Black with #899ADD
Text Example
Text Example
White with #899ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ADD; }
p { color: rgb(137,154,221); }
H1.HeaderClassName
{
color: #899ADD;
}
.AnyTagClassName
{
color: #899ADD;
}
</style>
background-color css
<style>
a { background-color: #899ADD; }
a { background-color: rgb(137,154,221); }
div.DivClassName
{
background-color: #899ADD;
}
.BgClassName
{
background-color: #899ADD;
}
</style>
border-color css
<style>
span { border-color: #899ADD; }
span { border-color: rgb(137,154,221); }
td.TdClassName
{
border-color: #899ADD;
}
.TagClassName
{
border-color: #899ADD;
}
</style>