Shades of Portage #8897DB
Tints of Portage #8897DB
RGB
CMYK
RGB Variations
Color information
#8897DB (or 0x8897DB) is known color: Portage. HEX triplet: 88, 97 and DB. RGB value is (136,151,219). Sum of RGB (Red+Green+Blue) = 136+151+219=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8897DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DB is #776824. Grayscale: #999999. Windows color (decimal): -7825445 or 14391176. OLE color: 14391176.
HSL color Cylindrical-coordinate representation of color #8897DB: hue angle of 229.16º 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 #8897DB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 151 | 219 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.14 |
| HSL | 229.16º | 0.54% | 0.7% | - |
| HSV(B) | 229.16º | 0.38% | 0.86% | - |
| XYZ | 34.01 | 32.48 | 71.5 | - |
| YUV | 154.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 219 | 0.38 | 0.31 | 0 | 0.14 | 229.16 | 0.54 | 0.7 |
| Hex | 88 | 97 | DB | 26 | 1F | 0 | E | E5 | 36 | 46 |
| Octal | 210 | 227 | 333 | 46 | 37 | 0 | 16 | 345 | 66 | 106 |
| Binary | 10001000 | 10010111 | 11011011 | 100110 | 11111 | 0 | 1110 | 11100101 | 110110 | 1000110 |
Color Harmonies of #8897DB
Complementary color
Monochromatic Colors of #8897DB
Black with #8897DB
Text Example
Text Example
White with #8897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8897DB; }
p { color: rgb(136,151,219); }
H1.HeaderClassName
{
color: #8897DB;
}
.AnyTagClassName
{
color: #8897DB;
}
</style>
background-color css
<style>
a { background-color: #8897DB; }
a { background-color: rgb(136,151,219); }
div.DivClassName
{
background-color: #8897DB;
}
.BgClassName
{
background-color: #8897DB;
}
</style>
border-color css
<style>
span { border-color: #8897DB; }
span { border-color: rgb(136,151,219); }
td.TdClassName
{
border-color: #8897DB;
}
.TagClassName
{
border-color: #8897DB;
}
</style>