Shades of Portage #8893DB
Tints of Portage #8893DB
RGB
CMYK
RGB Variations
Color information
#8893DB (or 0x8893DB) is known color: Portage. HEX triplet: 88, 93 and DB. RGB value is (136,147,219). Sum of RGB (Red+Green+Blue) = 136+147+219=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8893DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893DB is #776C24. Grayscale: #979797. Windows color (decimal): -7826469 or 14390152. OLE color: 14390152.
HSL color Cylindrical-coordinate representation of color #8893DB: hue angle of 232.05º 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 #8893DB is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 147 | 219 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.14 |
| HSL | 232.05º | 0.54% | 0.7% | - |
| HSV(B) | 232.05º | 0.38% | 0.86% | - |
| XYZ | 33.37 | 31.22 | 71.28 | - |
| YUV | 151.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 219 | 0.38 | 0.33 | 0 | 0.14 | 232.05 | 0.54 | 0.7 |
| Hex | 88 | 93 | DB | 26 | 21 | 0 | E | E8 | 36 | 46 |
| Octal | 210 | 223 | 333 | 46 | 41 | 0 | 16 | 350 | 66 | 106 |
| Binary | 10001000 | 10010011 | 11011011 | 100110 | 100001 | 0 | 1110 | 11101000 | 110110 | 1000110 |
Color Harmonies of #8893DB
Complementary color
Monochromatic Colors of #8893DB
Black with #8893DB
Text Example
Text Example
White with #8893DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893DB; }
p { color: rgb(136,147,219); }
H1.HeaderClassName
{
color: #8893DB;
}
.AnyTagClassName
{
color: #8893DB;
}
</style>
background-color css
<style>
a { background-color: #8893DB; }
a { background-color: rgb(136,147,219); }
div.DivClassName
{
background-color: #8893DB;
}
.BgClassName
{
background-color: #8893DB;
}
</style>
border-color css
<style>
span { border-color: #8893DB; }
span { border-color: rgb(136,147,219); }
td.TdClassName
{
border-color: #8893DB;
}
.TagClassName
{
border-color: #8893DB;
}
</style>