Shades of Portage #889DCF
Tints of Portage #889DCF
RGB
CMYK
RGB Variations
Color information
#889DCF (or 0x889DCF) is known color: Portage. HEX triplet: 88, 9D and CF. RGB value is (136,157,207). Sum of RGB (Red+Green+Blue) = 136+157+207=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #889DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DCF is #776230. Grayscale: #9C9C9C. Windows color (decimal): -7823921 or 13606280. OLE color: 13606280.
HSL color Cylindrical-coordinate representation of color #889DCF: hue angle of 222.25º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889DCF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 157 | 207 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.19 |
| HSL | 222.25º | 0.43% | 0.67% | - |
| HSV(B) | 222.25º | 0.34% | 0.81% | - |
| XYZ | 33.47 | 33.85 | 63.8 | - |
| YUV | 156.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 207 | 0.34 | 0.24 | 0 | 0.19 | 222.25 | 0.43 | 0.67 |
| Hex | 88 | 9D | CF | 22 | 18 | 0 | 13 | DE | 2B | 43 |
| Octal | 210 | 235 | 317 | 42 | 30 | 0 | 23 | 336 | 53 | 103 |
| Binary | 10001000 | 10011101 | 11001111 | 100010 | 11000 | 0 | 10011 | 11011110 | 101011 | 1000011 |
Color Harmonies of #889DCF
Complementary color
Monochromatic Colors of #889DCF
Black with #889DCF
Text Example
Text Example
White with #889DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DCF; }
p { color: rgb(136,157,207); }
H1.HeaderClassName
{
color: #889DCF;
}
.AnyTagClassName
{
color: #889DCF;
}
</style>
background-color css
<style>
a { background-color: #889DCF; }
a { background-color: rgb(136,157,207); }
div.DivClassName
{
background-color: #889DCF;
}
.BgClassName
{
background-color: #889DCF;
}
</style>
border-color css
<style>
span { border-color: #889DCF; }
span { border-color: rgb(136,157,207); }
td.TdClassName
{
border-color: #889DCF;
}
.TagClassName
{
border-color: #889DCF;
}
</style>