Shades of Portage #899ACD
Tints of Portage #899ACD
RGB
CMYK
RGB Variations
Color information
#899ACD (or 0x899ACD) is known color: Portage. HEX triplet: 89, 9A and CD. RGB value is (137,154,205). Sum of RGB (Red+Green+Blue) = 137+154+205=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #899ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ACD is #766532. Grayscale: #9A9A9A. Windows color (decimal): -7759155 or 13474441. OLE color: 13474441.
HSL color Cylindrical-coordinate representation of color #899ACD: hue angle of 225º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899ACD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 154 | 205 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.20 |
| HSL | 225º | 0.4% | 0.67% | - |
| HSV(B) | 225º | 0.33% | 0.8% | - |
| XYZ | 32.89 | 32.84 | 62.36 | - |
| YUV | 154.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 205 | 0.33 | 0.25 | 0 | 0.20 | 225 | 0.4 | 0.67 |
| Hex | 89 | 9A | CD | 21 | 19 | 0 | 14 | E1 | 28 | 43 |
| Octal | 211 | 232 | 315 | 41 | 31 | 0 | 24 | 341 | 50 | 103 |
| Binary | 10001001 | 10011010 | 11001101 | 100001 | 11001 | 0 | 10100 | 11100001 | 101000 | 1000011 |
Color Harmonies of #899ACD
Complementary color
Monochromatic Colors of #899ACD
Black with #899ACD
Text Example
Text Example
White with #899ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ACD; }
p { color: rgb(137,154,205); }
H1.HeaderClassName
{
color: #899ACD;
}
.AnyTagClassName
{
color: #899ACD;
}
</style>
background-color css
<style>
a { background-color: #899ACD; }
a { background-color: rgb(137,154,205); }
div.DivClassName
{
background-color: #899ACD;
}
.BgClassName
{
background-color: #899ACD;
}
</style>
border-color css
<style>
span { border-color: #899ACD; }
span { border-color: rgb(137,154,205); }
td.TdClassName
{
border-color: #899ACD;
}
.TagClassName
{
border-color: #899ACD;
}
</style>