Shades of Portage #889CED
Tints of Portage #889CED
RGB
CMYK
RGB Variations
Color information
#889CED (or 0x889CED) is known color: Portage. HEX triplet: 88, 9C and ED. RGB value is (136,156,237). Sum of RGB (Red+Green+Blue) = 136+156+237=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #889CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CED is #776312. Grayscale: #9E9E9E. Windows color (decimal): -7824147 or 15572104. OLE color: 15572104.
HSL color Cylindrical-coordinate representation of color #889CED: hue angle of 228.12º 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 #889CED is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 156 | 237 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.07 |
| HSL | 228.12º | 0.74% | 0.73% | - |
| HSV(B) | 228.12º | 0.43% | 0.93% | - |
| XYZ | 37.33 | 35.13 | 84.93 | - |
| YUV | 159.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 237 | 0.43 | 0.34 | 0 | 0.07 | 228.12 | 0.74 | 0.73 |
| Hex | 88 | 9C | ED | 2B | 22 | 0 | 7 | E4 | 4A | 49 |
| Octal | 210 | 234 | 355 | 53 | 42 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10001000 | 10011100 | 11101101 | 101011 | 100010 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #889CED
Complementary color
Monochromatic Colors of #889CED
Black with #889CED
Text Example
Text Example
White with #889CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CED; }
p { color: rgb(136,156,237); }
H1.HeaderClassName
{
color: #889CED;
}
.AnyTagClassName
{
color: #889CED;
}
</style>
background-color css
<style>
a { background-color: #889CED; }
a { background-color: rgb(136,156,237); }
div.DivClassName
{
background-color: #889CED;
}
.BgClassName
{
background-color: #889CED;
}
</style>
border-color css
<style>
span { border-color: #889CED; }
span { border-color: rgb(136,156,237); }
td.TdClassName
{
border-color: #889CED;
}
.TagClassName
{
border-color: #889CED;
}
</style>