Shades of Portage #8899DC
Tints of Portage #8899DC
RGB
CMYK
RGB Variations
Color information
#8899DC (or 0x8899DC) is known color: Portage. HEX triplet: 88, 99 and DC. RGB value is (136,153,220). Sum of RGB (Red+Green+Blue) = 136+153+220=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #8899DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899DC is #776623. Grayscale: #9B9B9B. Windows color (decimal): -7824932 or 14457224. OLE color: 14457224.
HSL color Cylindrical-coordinate representation of color #8899DC: hue angle of 227.86º 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 #8899DC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 153 | 220 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.14 |
| HSL | 227.86º | 0.55% | 0.7% | - |
| HSV(B) | 227.86º | 0.38% | 0.86% | - |
| XYZ | 34.46 | 33.18 | 72.3 | - |
| YUV | 155.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 220 | 0.38 | 0.30 | 0 | 0.14 | 227.86 | 0.55 | 0.7 |
| Hex | 88 | 99 | DC | 26 | 1E | 0 | E | E4 | 37 | 46 |
| Octal | 210 | 231 | 334 | 46 | 36 | 0 | 16 | 344 | 67 | 106 |
| Binary | 10001000 | 10011001 | 11011100 | 100110 | 11110 | 0 | 1110 | 11100100 | 110111 | 1000110 |
Color Harmonies of #8899DC
Complementary color
Monochromatic Colors of #8899DC
Black with #8899DC
Text Example
Text Example
White with #8899DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899DC; }
p { color: rgb(136,153,220); }
H1.HeaderClassName
{
color: #8899DC;
}
.AnyTagClassName
{
color: #8899DC;
}
</style>
background-color css
<style>
a { background-color: #8899DC; }
a { background-color: rgb(136,153,220); }
div.DivClassName
{
background-color: #8899DC;
}
.BgClassName
{
background-color: #8899DC;
}
</style>
border-color css
<style>
span { border-color: #8899DC; }
span { border-color: rgb(136,153,220); }
td.TdClassName
{
border-color: #8899DC;
}
.TagClassName
{
border-color: #8899DC;
}
</style>