Shades of Portage #889DEE
Tints of Portage #889DEE
RGB
CMYK
RGB Variations
Color information
#889DEE (or 0x889DEE) is known color: Portage. HEX triplet: 88, 9D and EE. RGB value is (136,157,238). Sum of RGB (Red+Green+Blue) = 136+157+238=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #889DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DEE is #776211. Grayscale: #9F9F9F. Windows color (decimal): -7823890 or 15637896. OLE color: 15637896.
HSL color Cylindrical-coordinate representation of color #889DEE: hue angle of 227.65º degrees, saturation: 0.75, 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 #889DEE is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 157 | 238 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 227.65º | 0.75% | 0.73% | - |
| HSV(B) | 227.65º | 0.43% | 0.93% | - |
| XYZ | 37.64 | 35.52 | 85.76 | - |
| YUV | 159.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 238 | 0.43 | 0.34 | 0 | 0.07 | 227.65 | 0.75 | 0.73 |
| Hex | 88 | 9D | EE | 2B | 22 | 0 | 7 | E4 | 4B | 49 |
| Octal | 210 | 235 | 356 | 53 | 42 | 0 | 7 | 344 | 113 | 111 |
| Binary | 10001000 | 10011101 | 11101110 | 101011 | 100010 | 0 | 111 | 11100100 | 1001011 | 1001001 |
Color Harmonies of #889DEE
Complementary color
Monochromatic Colors of #889DEE
Black with #889DEE
Text Example
Text Example
White with #889DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DEE; }
p { color: rgb(136,157,238); }
H1.HeaderClassName
{
color: #889DEE;
}
.AnyTagClassName
{
color: #889DEE;
}
</style>
background-color css
<style>
a { background-color: #889DEE; }
a { background-color: rgb(136,157,238); }
div.DivClassName
{
background-color: #889DEE;
}
.BgClassName
{
background-color: #889DEE;
}
</style>
border-color css
<style>
span { border-color: #889DEE; }
span { border-color: rgb(136,157,238); }
td.TdClassName
{
border-color: #889DEE;
}
.TagClassName
{
border-color: #889DEE;
}
</style>