Shades of Portage #8890D7
Tints of Portage #8890D7
RGB
CMYK
RGB Variations
Color information
#8890D7 (or 0x8890D7) is known color: Portage. HEX triplet: 88, 90 and D7. RGB value is (136,144,215). Sum of RGB (Red+Green+Blue) = 136+144+215=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #8890D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890D7 is #776F28. Grayscale: #959595. Windows color (decimal): -7827241 or 14127240. OLE color: 14127240.
HSL color Cylindrical-coordinate representation of color #8890D7: hue angle of 233.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8890D7 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 144 | 215 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.16 |
| HSL | 233.92º | 0.5% | 0.69% | - |
| HSV(B) | 233.92º | 0.37% | 0.84% | - |
| XYZ | 32.39 | 30.09 | 68.39 | - |
| YUV | 149.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 215 | 0.37 | 0.33 | 0 | 0.16 | 233.92 | 0.5 | 0.69 |
| Hex | 88 | 90 | D7 | 25 | 21 | 0 | 10 | EA | 32 | 45 |
| Octal | 210 | 220 | 327 | 45 | 41 | 0 | 20 | 352 | 62 | 105 |
| Binary | 10001000 | 10010000 | 11010111 | 100101 | 100001 | 0 | 10000 | 11101010 | 110010 | 1000101 |
Color Harmonies of #8890D7
Complementary color
Monochromatic Colors of #8890D7
Black with #8890D7
Text Example
Text Example
White with #8890D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8890D7; }
p { color: rgb(136,144,215); }
H1.HeaderClassName
{
color: #8890D7;
}
.AnyTagClassName
{
color: #8890D7;
}
</style>
background-color css
<style>
a { background-color: #8890D7; }
a { background-color: rgb(136,144,215); }
div.DivClassName
{
background-color: #8890D7;
}
.BgClassName
{
background-color: #8890D7;
}
</style>
border-color css
<style>
span { border-color: #8890D7; }
span { border-color: rgb(136,144,215); }
td.TdClassName
{
border-color: #8890D7;
}
.TagClassName
{
border-color: #8890D7;
}
</style>