Shades of Portage #8997D0
Tints of Portage #8997D0
RGB
CMYK
RGB Variations
Color information
#8997D0 (or 0x8997D0) is known color: Portage. HEX triplet: 89, 97 and D0. RGB value is (137,151,208). Sum of RGB (Red+Green+Blue) = 137+151+208=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #8997D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997D0 is #76682F. Grayscale: #999999. Windows color (decimal): -7759920 or 13670281. OLE color: 13670281.
HSL color Cylindrical-coordinate representation of color #8997D0: hue angle of 228.17º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8997D0 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 151 | 208 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.18 |
| HSL | 228.17º | 0.43% | 0.68% | - |
| HSV(B) | 228.17º | 0.34% | 0.82% | - |
| XYZ | 32.77 | 32.01 | 64.13 | - |
| YUV | 153.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 208 | 0.34 | 0.27 | 0 | 0.18 | 228.17 | 0.43 | 0.68 |
| Hex | 89 | 97 | D0 | 22 | 1B | 0 | 12 | E4 | 2B | 44 |
| Octal | 211 | 227 | 320 | 42 | 33 | 0 | 22 | 344 | 53 | 104 |
| Binary | 10001001 | 10010111 | 11010000 | 100010 | 11011 | 0 | 10010 | 11100100 | 101011 | 1000100 |
Color Harmonies of #8997D0
Complementary color
Monochromatic Colors of #8997D0
Black with #8997D0
Text Example
Text Example
White with #8997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997D0; }
p { color: rgb(137,151,208); }
H1.HeaderClassName
{
color: #8997D0;
}
.AnyTagClassName
{
color: #8997D0;
}
</style>
background-color css
<style>
a { background-color: #8997D0; }
a { background-color: rgb(137,151,208); }
div.DivClassName
{
background-color: #8997D0;
}
.BgClassName
{
background-color: #8997D0;
}
</style>
border-color css
<style>
span { border-color: #8997D0; }
span { border-color: rgb(137,151,208); }
td.TdClassName
{
border-color: #8997D0;
}
.TagClassName
{
border-color: #8997D0;
}
</style>