Shades of Portage #8896DD
Tints of Portage #8896DD
RGB
CMYK
RGB Variations
Color information
#8896DD (or 0x8896DD) is known color: Portage. HEX triplet: 88, 96 and DD. RGB value is (136,150,221). Sum of RGB (Red+Green+Blue) = 136+150+221=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8896DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896DD is #776922. Grayscale: #999999. Windows color (decimal): -7825699 or 14521992. OLE color: 14521992.
HSL color Cylindrical-coordinate representation of color #8896DD: hue angle of 230.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8896DD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 150 | 221 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.13 |
| HSL | 230.12º | 0.56% | 0.7% | - |
| HSV(B) | 230.12º | 0.38% | 0.87% | - |
| XYZ | 34.11 | 32.27 | 72.84 | - |
| YUV | 153.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 221 | 0.38 | 0.32 | 0 | 0.13 | 230.12 | 0.56 | 0.7 |
| Hex | 88 | 96 | DD | 26 | 20 | 0 | D | E6 | 38 | 46 |
| Octal | 210 | 226 | 335 | 46 | 40 | 0 | 15 | 346 | 70 | 106 |
| Binary | 10001000 | 10010110 | 11011101 | 100110 | 100000 | 0 | 1101 | 11100110 | 111000 | 1000110 |
Color Harmonies of #8896DD
Complementary color
Monochromatic Colors of #8896DD
Black with #8896DD
Text Example
Text Example
White with #8896DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896DD; }
p { color: rgb(136,150,221); }
H1.HeaderClassName
{
color: #8896DD;
}
.AnyTagClassName
{
color: #8896DD;
}
</style>
background-color css
<style>
a { background-color: #8896DD; }
a { background-color: rgb(136,150,221); }
div.DivClassName
{
background-color: #8896DD;
}
.BgClassName
{
background-color: #8896DD;
}
</style>
border-color css
<style>
span { border-color: #8896DD; }
span { border-color: rgb(136,150,221); }
td.TdClassName
{
border-color: #8896DD;
}
.TagClassName
{
border-color: #8896DD;
}
</style>