Shades of Portage #8789DC
Tints of Portage #8789DC
RGB
CMYK
RGB Variations
Color information
#8789DC (or 0x8789DC) is known color: Portage. HEX triplet: 87, 89 and DC. RGB value is (135,137,220). Sum of RGB (Red+Green+Blue) = 135+137+220=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8789DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8789DC is #787623. Grayscale: #919191. Windows color (decimal): -7894564 or 14453127. OLE color: 14453127.
HSL color Cylindrical-coordinate representation of color #8789DC: hue angle of 238.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8789DC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 137 | 220 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.14 |
| HSL | 238.59º | 0.55% | 0.7% | - |
| HSV(B) | 238.59º | 0.39% | 0.86% | - |
| XYZ | 31.86 | 28.21 | 71.48 | - |
| YUV | 145.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 220 | 0.39 | 0.38 | 0 | 0.14 | 238.59 | 0.55 | 0.7 |
| Hex | 87 | 89 | DC | 27 | 26 | 0 | E | EF | 37 | 46 |
| Octal | 207 | 211 | 334 | 47 | 46 | 0 | 16 | 357 | 67 | 106 |
| Binary | 10000111 | 10001001 | 11011100 | 100111 | 100110 | 0 | 1110 | 11101111 | 110111 | 1000110 |
Color Harmonies of #8789DC
Complementary color
Monochromatic Colors of #8789DC
Black with #8789DC
Text Example
Text Example
White with #8789DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8789DC; }
p { color: rgb(135,137,220); }
H1.HeaderClassName
{
color: #8789DC;
}
.AnyTagClassName
{
color: #8789DC;
}
</style>
background-color css
<style>
a { background-color: #8789DC; }
a { background-color: rgb(135,137,220); }
div.DivClassName
{
background-color: #8789DC;
}
.BgClassName
{
background-color: #8789DC;
}
</style>
border-color css
<style>
span { border-color: #8789DC; }
span { border-color: rgb(135,137,220); }
td.TdClassName
{
border-color: #8789DC;
}
.TagClassName
{
border-color: #8789DC;
}
</style>