Shades of Portage #889DED
Tints of Portage #889DED
RGB
CMYK
RGB Variations
Color information
#889DED (or 0x889DED) is known color: Portage. HEX triplet: 88, 9D and ED. RGB value is (136,157,237). Sum of RGB (Red+Green+Blue) = 136+157+237=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #889DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DED is #776212. Grayscale: #9F9F9F. Windows color (decimal): -7823891 or 15572360. OLE color: 15572360.
HSL color Cylindrical-coordinate representation of color #889DED: hue angle of 227.52º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889DED is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 157 | 237 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 227.52º | 0.74% | 0.73% | - |
| HSV(B) | 227.52º | 0.43% | 0.93% | - |
| XYZ | 37.5 | 35.46 | 84.99 | - |
| YUV | 159.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 237 | 0.43 | 0.34 | 0 | 0.07 | 227.52 | 0.74 | 0.73 |
| Hex | 88 | 9D | ED | 2B | 22 | 0 | 7 | E4 | 4A | 49 |
| Octal | 210 | 235 | 355 | 53 | 42 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10001000 | 10011101 | 11101101 | 101011 | 100010 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #889DED
Complementary color
Monochromatic Colors of #889DED
Black with #889DED
Text Example
Text Example
White with #889DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DED; }
p { color: rgb(136,157,237); }
H1.HeaderClassName
{
color: #889DED;
}
.AnyTagClassName
{
color: #889DED;
}
</style>
background-color css
<style>
a { background-color: #889DED; }
a { background-color: rgb(136,157,237); }
div.DivClassName
{
background-color: #889DED;
}
.BgClassName
{
background-color: #889DED;
}
</style>
border-color css
<style>
span { border-color: #889DED; }
span { border-color: rgb(136,157,237); }
td.TdClassName
{
border-color: #889DED;
}
.TagClassName
{
border-color: #889DED;
}
</style>