Shades of Portage #8B97DB
Tints of Portage #8B97DB
RGB
CMYK
RGB Variations
Color information
#8B97DB (or 0x8B97DB) is known color: Portage. HEX triplet: 8B, 97 and DB. RGB value is (139,151,219). Sum of RGB (Red+Green+Blue) = 139+151+219=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97DB is #746824. Grayscale: #9A9A9A. Windows color (decimal): -7628837 or 14391179. OLE color: 14391179.
HSL color Cylindrical-coordinate representation of color #8B97DB: hue angle of 231º 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 #8B97DB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 151 | 219 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.14 |
| HSL | 231º | 0.53% | 0.7% | - |
| HSV(B) | 231º | 0.37% | 0.86% | - |
| XYZ | 34.5 | 32.74 | 71.52 | - |
| YUV | 155.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 219 | 0.37 | 0.31 | 0 | 0.14 | 231 | 0.53 | 0.7 |
| Hex | 8B | 97 | DB | 25 | 1F | 0 | E | E7 | 35 | 46 |
| Octal | 213 | 227 | 333 | 45 | 37 | 0 | 16 | 347 | 65 | 106 |
| Binary | 10001011 | 10010111 | 11011011 | 100101 | 11111 | 0 | 1110 | 11100111 | 110101 | 1000110 |
Color Harmonies of #8B97DB
Complementary color
Monochromatic Colors of #8B97DB
Black with #8B97DB
Text Example
Text Example
White with #8B97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B97DB; }
p { color: rgb(139,151,219); }
H1.HeaderClassName
{
color: #8B97DB;
}
.AnyTagClassName
{
color: #8B97DB;
}
</style>
background-color css
<style>
a { background-color: #8B97DB; }
a { background-color: rgb(139,151,219); }
div.DivClassName
{
background-color: #8B97DB;
}
.BgClassName
{
background-color: #8B97DB;
}
</style>
border-color css
<style>
span { border-color: #8B97DB; }
span { border-color: rgb(139,151,219); }
td.TdClassName
{
border-color: #8B97DB;
}
.TagClassName
{
border-color: #8B97DB;
}
</style>