Shades of Portage #8893DC
Tints of Portage #8893DC
RGB
CMYK
RGB Variations
Color information
#8893DC (or 0x8893DC) is known color: Portage. HEX triplet: 88, 93 and DC. RGB value is (136,147,220). Sum of RGB (Red+Green+Blue) = 136+147+220=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8893DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893DC is #776C23. Grayscale: #979797. Windows color (decimal): -7826468 or 14455688. OLE color: 14455688.
HSL color Cylindrical-coordinate representation of color #8893DC: hue angle of 232.14º degrees, saturation: 0.55, 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 #8893DC is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 147 | 220 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.14 |
| HSL | 232.14º | 0.55% | 0.7% | - |
| HSV(B) | 232.14º | 0.38% | 0.86% | - |
| XYZ | 33.51 | 31.27 | 71.98 | - |
| YUV | 152.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 220 | 0.38 | 0.33 | 0 | 0.14 | 232.14 | 0.55 | 0.7 |
| Hex | 88 | 93 | DC | 26 | 21 | 0 | E | E8 | 37 | 46 |
| Octal | 210 | 223 | 334 | 46 | 41 | 0 | 16 | 350 | 67 | 106 |
| Binary | 10001000 | 10010011 | 11011100 | 100110 | 100001 | 0 | 1110 | 11101000 | 110111 | 1000110 |
Color Harmonies of #8893DC
Complementary color
Monochromatic Colors of #8893DC
Black with #8893DC
Text Example
Text Example
White with #8893DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893DC; }
p { color: rgb(136,147,220); }
H1.HeaderClassName
{
color: #8893DC;
}
.AnyTagClassName
{
color: #8893DC;
}
</style>
background-color css
<style>
a { background-color: #8893DC; }
a { background-color: rgb(136,147,220); }
div.DivClassName
{
background-color: #8893DC;
}
.BgClassName
{
background-color: #8893DC;
}
</style>
border-color css
<style>
span { border-color: #8893DC; }
span { border-color: rgb(136,147,220); }
td.TdClassName
{
border-color: #8893DC;
}
.TagClassName
{
border-color: #8893DC;
}
</style>