Shades of Portage #899ADC
Tints of Portage #899ADC
RGB
CMYK
RGB Variations
Color information
#899ADC (or 0x899ADC) is known color: Portage. HEX triplet: 89, 9A and DC. RGB value is (137,154,220). Sum of RGB (Red+Green+Blue) = 137+154+220=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #899ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ADC is #766523. Grayscale: #9C9C9C. Windows color (decimal): -7759140 or 14457481. OLE color: 14457481.
HSL color Cylindrical-coordinate representation of color #899ADC: hue angle of 227.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899ADC is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 154 | 220 | - |
| CMYK | 0.38 | 0.3 | 0 | 0.14 |
| HSL | 227.71º | 0.54% | 0.7% | - |
| HSV(B) | 227.71º | 0.38% | 0.86% | - |
| XYZ | 34.79 | 33.6 | 72.36 | - |
| YUV | 156.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 220 | 0.38 | 0.3 | 0 | 0.14 | 227.71 | 0.54 | 0.7 |
| Hex | 89 | 9A | DC | 26 | 1E | 0 | E | E4 | 36 | 46 |
| Octal | 211 | 232 | 334 | 46 | 36 | 0 | 16 | 344 | 66 | 106 |
| Binary | 10001001 | 10011010 | 11011100 | 100110 | 11110 | 0 | 1110 | 11100100 | 110110 | 1000110 |
Color Harmonies of #899ADC
Complementary color
Monochromatic Colors of #899ADC
Black with #899ADC
Text Example
Text Example
White with #899ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ADC; }
p { color: rgb(137,154,220); }
H1.HeaderClassName
{
color: #899ADC;
}
.AnyTagClassName
{
color: #899ADC;
}
</style>
background-color css
<style>
a { background-color: #899ADC; }
a { background-color: rgb(137,154,220); }
div.DivClassName
{
background-color: #899ADC;
}
.BgClassName
{
background-color: #899ADC;
}
</style>
border-color css
<style>
span { border-color: #899ADC; }
span { border-color: rgb(137,154,220); }
td.TdClassName
{
border-color: #899ADC;
}
.TagClassName
{
border-color: #899ADC;
}
</style>