Shades of Portage #889AED
Tints of Portage #889AED
RGB
CMYK
RGB Variations
Color information
#889AED (or 0x889AED) is known color: Portage. HEX triplet: 88, 9A and ED. RGB value is (136,154,237). Sum of RGB (Red+Green+Blue) = 136+154+237=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #889AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AED is #776512. Grayscale: #9D9D9D. Windows color (decimal): -7824659 or 15571592. OLE color: 15571592.
HSL color Cylindrical-coordinate representation of color #889AED: hue angle of 229.31º 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 #889AED is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 154 | 237 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.07 |
| HSL | 229.31º | 0.74% | 0.73% | - |
| HSV(B) | 229.31º | 0.43% | 0.93% | - |
| XYZ | 37 | 34.46 | 84.82 | - |
| YUV | 158.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 237 | 0.43 | 0.35 | 0 | 0.07 | 229.31 | 0.74 | 0.73 |
| Hex | 88 | 9A | ED | 2B | 23 | 0 | 7 | E5 | 4A | 49 |
| Octal | 210 | 232 | 355 | 53 | 43 | 0 | 7 | 345 | 112 | 111 |
| Binary | 10001000 | 10011010 | 11101101 | 101011 | 100011 | 0 | 111 | 11100101 | 1001010 | 1001001 |
Color Harmonies of #889AED
Complementary color
Monochromatic Colors of #889AED
Black with #889AED
Text Example
Text Example
White with #889AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AED; }
p { color: rgb(136,154,237); }
H1.HeaderClassName
{
color: #889AED;
}
.AnyTagClassName
{
color: #889AED;
}
</style>
background-color css
<style>
a { background-color: #889AED; }
a { background-color: rgb(136,154,237); }
div.DivClassName
{
background-color: #889AED;
}
.BgClassName
{
background-color: #889AED;
}
</style>
border-color css
<style>
span { border-color: #889AED; }
span { border-color: rgb(136,154,237); }
td.TdClassName
{
border-color: #889AED;
}
.TagClassName
{
border-color: #889AED;
}
</style>