Shades of Portage #8997DB
Tints of Portage #8997DB
RGB
CMYK
RGB Variations
Color information
#8997DB (or 0x8997DB) is known color: Portage. HEX triplet: 89, 97 and DB. RGB value is (137,151,219). Sum of RGB (Red+Green+Blue) = 137+151+219=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8997DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DB is #766824. Grayscale: #9A9A9A. Windows color (decimal): -7759909 or 14391177. OLE color: 14391177.
HSL color Cylindrical-coordinate representation of color #8997DB: hue angle of 229.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8997DB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 151 | 219 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.14 |
| HSL | 229.76º | 0.53% | 0.7% | - |
| HSV(B) | 229.76º | 0.37% | 0.86% | - |
| XYZ | 34.17 | 32.57 | 71.5 | - |
| YUV | 154.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 219 | 0.37 | 0.31 | 0 | 0.14 | 229.76 | 0.53 | 0.7 |
| Hex | 89 | 97 | DB | 25 | 1F | 0 | E | E6 | 35 | 46 |
| Octal | 211 | 227 | 333 | 45 | 37 | 0 | 16 | 346 | 65 | 106 |
| Binary | 10001001 | 10010111 | 11011011 | 100101 | 11111 | 0 | 1110 | 11100110 | 110101 | 1000110 |
Color Harmonies of #8997DB
Complementary color
Monochromatic Colors of #8997DB
Black with #8997DB
Text Example
Text Example
White with #8997DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8997DB; }
p { color: rgb(137,151,219); }
H1.HeaderClassName
{
color: #8997DB;
}
.AnyTagClassName
{
color: #8997DB;
}
</style>
background-color css
<style>
a { background-color: #8997DB; }
a { background-color: rgb(137,151,219); }
div.DivClassName
{
background-color: #8997DB;
}
.BgClassName
{
background-color: #8997DB;
}
</style>
border-color css
<style>
span { border-color: #8997DB; }
span { border-color: rgb(137,151,219); }
td.TdClassName
{
border-color: #8997DB;
}
.TagClassName
{
border-color: #8997DB;
}
</style>