Shades of Portage #889CEC
Tints of Portage #889CEC
RGB
CMYK
RGB Variations
Color information
#889CEC (or 0x889CEC) is known color: Portage. HEX triplet: 88, 9C and EC. RGB value is (136,156,236). Sum of RGB (Red+Green+Blue) = 136+156+236=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #889CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CEC is #776313. Grayscale: #9E9E9E. Windows color (decimal): -7824148 or 15506568. OLE color: 15506568.
HSL color Cylindrical-coordinate representation of color #889CEC: hue angle of 228º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889CEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 156 | 236 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228º | 0.72% | 0.73% | - |
| HSV(B) | 228º | 0.42% | 0.93% | - |
| XYZ | 37.18 | 35.07 | 84.17 | - |
| YUV | 159.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 236 | 0.42 | 0.34 | 0 | 0.07 | 228 | 0.72 | 0.73 |
| Hex | 88 | 9C | EC | 2A | 22 | 0 | 7 | E4 | 48 | 49 |
| Octal | 210 | 234 | 354 | 52 | 42 | 0 | 7 | 344 | 110 | 111 |
| Binary | 10001000 | 10011100 | 11101100 | 101010 | 100010 | 0 | 111 | 11100100 | 1001000 | 1001001 |
Color Harmonies of #889CEC
Complementary color
Monochromatic Colors of #889CEC
Black with #889CEC
Text Example
Text Example
White with #889CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CEC; }
p { color: rgb(136,156,236); }
H1.HeaderClassName
{
color: #889CEC;
}
.AnyTagClassName
{
color: #889CEC;
}
</style>
background-color css
<style>
a { background-color: #889CEC; }
a { background-color: rgb(136,156,236); }
div.DivClassName
{
background-color: #889CEC;
}
.BgClassName
{
background-color: #889CEC;
}
</style>
border-color css
<style>
span { border-color: #889CEC; }
span { border-color: rgb(136,156,236); }
td.TdClassName
{
border-color: #889CEC;
}
.TagClassName
{
border-color: #889CEC;
}
</style>