Shades of Portage #8A99DB
Tints of Portage #8A99DB
RGB
CMYK
RGB Variations
Color information
#8A99DB (or 0x8A99DB) is known color: Portage. HEX triplet: 8A, 99 and DB. RGB value is (138,153,219). Sum of RGB (Red+Green+Blue) = 138+153+219=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A99DB is #756624. Grayscale: #9B9B9B. Windows color (decimal): -7693861 or 14391690. OLE color: 14391690.
HSL color Cylindrical-coordinate representation of color #8A99DB: hue angle of 228.89º 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 #8A99DB is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 153 | 219 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.14 |
| HSL | 228.89º | 0.53% | 0.7% | - |
| HSV(B) | 228.89º | 0.37% | 0.86% | - |
| XYZ | 34.66 | 33.3 | 71.62 | - |
| YUV | 156.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 219 | 0.37 | 0.30 | 0 | 0.14 | 228.89 | 0.53 | 0.7 |
| Hex | 8A | 99 | DB | 25 | 1E | 0 | E | E5 | 35 | 46 |
| Octal | 212 | 231 | 333 | 45 | 36 | 0 | 16 | 345 | 65 | 106 |
| Binary | 10001010 | 10011001 | 11011011 | 100101 | 11110 | 0 | 1110 | 11100101 | 110101 | 1000110 |
Color Harmonies of #8A99DB
Complementary color
Monochromatic Colors of #8A99DB
Black with #8A99DB
Text Example
Text Example
White with #8A99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99DB; }
p { color: rgb(138,153,219); }
H1.HeaderClassName
{
color: #8A99DB;
}
.AnyTagClassName
{
color: #8A99DB;
}
</style>
background-color css
<style>
a { background-color: #8A99DB; }
a { background-color: rgb(138,153,219); }
div.DivClassName
{
background-color: #8A99DB;
}
.BgClassName
{
background-color: #8A99DB;
}
</style>
border-color css
<style>
span { border-color: #8A99DB; }
span { border-color: rgb(138,153,219); }
td.TdClassName
{
border-color: #8A99DB;
}
.TagClassName
{
border-color: #8A99DB;
}
</style>