Shades of Portage #8985E0
Tints of Portage #8985E0
RGB
CMYK
RGB Variations
Color information
#8985E0 (or 0x8985E0) is known color: Portage. HEX triplet: 89, 85 and E0. RGB value is (137,133,224). Sum of RGB (Red+Green+Blue) = 137+133+224=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8985E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985E0 is #767A1F. Grayscale: #909090. Windows color (decimal): -7764512 or 14714249. OLE color: 14714249.
HSL color Cylindrical-coordinate representation of color #8985E0: hue angle of 242.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8985E0 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 133 | 224 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.12 |
| HSL | 242.64º | 0.59% | 0.7% | - |
| HSV(B) | 242.64º | 0.41% | 0.88% | - |
| XYZ | 32.16 | 27.48 | 74.13 | - |
| YUV | 144.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 224 | 0.39 | 0.41 | 0 | 0.12 | 242.64 | 0.59 | 0.7 |
| Hex | 89 | 85 | E0 | 27 | 29 | 0 | C | F3 | 3B | 46 |
| Octal | 211 | 205 | 340 | 47 | 51 | 0 | 14 | 363 | 73 | 106 |
| Binary | 10001001 | 10000101 | 11100000 | 100111 | 101001 | 0 | 1100 | 11110011 | 111011 | 1000110 |
Color Harmonies of #8985E0
Complementary color
Monochromatic Colors of #8985E0
Black with #8985E0
Text Example
Text Example
White with #8985E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985E0; }
p { color: rgb(137,133,224); }
H1.HeaderClassName
{
color: #8985E0;
}
.AnyTagClassName
{
color: #8985E0;
}
</style>
background-color css
<style>
a { background-color: #8985E0; }
a { background-color: rgb(137,133,224); }
div.DivClassName
{
background-color: #8985E0;
}
.BgClassName
{
background-color: #8985E0;
}
</style>
border-color css
<style>
span { border-color: #8985E0; }
span { border-color: rgb(137,133,224); }
td.TdClassName
{
border-color: #8985E0;
}
.TagClassName
{
border-color: #8985E0;
}
</style>