Shades of Portage #899ACE
Tints of Portage #899ACE
RGB
CMYK
RGB Variations
Color information
#899ACE (or 0x899ACE) is known color: Portage. HEX triplet: 89, 9A and CE. RGB value is (137,154,206). Sum of RGB (Red+Green+Blue) = 137+154+206=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #899ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ACE is #766531. Grayscale: #9A9A9A. Windows color (decimal): -7759154 or 13539977. OLE color: 13539977.
HSL color Cylindrical-coordinate representation of color #899ACE: hue angle of 225.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899ACE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 154 | 206 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.19 |
| HSL | 225.22º | 0.41% | 0.67% | - |
| HSV(B) | 225.22º | 0.33% | 0.81% | - |
| XYZ | 33.01 | 32.89 | 63 | - |
| YUV | 154.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 206 | 0.33 | 0.25 | 0 | 0.19 | 225.22 | 0.41 | 0.67 |
| Hex | 89 | 9A | CE | 21 | 19 | 0 | 13 | E1 | 29 | 43 |
| Octal | 211 | 232 | 316 | 41 | 31 | 0 | 23 | 341 | 51 | 103 |
| Binary | 10001001 | 10011010 | 11001110 | 100001 | 11001 | 0 | 10011 | 11100001 | 101001 | 1000011 |
Color Harmonies of #899ACE
Complementary color
Monochromatic Colors of #899ACE
Black with #899ACE
Text Example
Text Example
White with #899ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ACE; }
p { color: rgb(137,154,206); }
H1.HeaderClassName
{
color: #899ACE;
}
.AnyTagClassName
{
color: #899ACE;
}
</style>
background-color css
<style>
a { background-color: #899ACE; }
a { background-color: rgb(137,154,206); }
div.DivClassName
{
background-color: #899ACE;
}
.BgClassName
{
background-color: #899ACE;
}
</style>
border-color css
<style>
span { border-color: #899ACE; }
span { border-color: rgb(137,154,206); }
td.TdClassName
{
border-color: #899ACE;
}
.TagClassName
{
border-color: #899ACE;
}
</style>