Shades of Portage #8C89EE
Tints of Portage #8C89EE
RGB
CMYK
RGB Variations
Color information
#8C89EE (or 0x8C89EE) is known color: Portage. HEX triplet: 8C, 89 and EE. RGB value is (140,137,238). Sum of RGB (Red+Green+Blue) = 140+137+238=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89EE is #737611. Grayscale: #959595. Windows color (decimal): -7566866 or 15632780. OLE color: 15632780.
HSL color Cylindrical-coordinate representation of color #8C89EE: hue angle of 241.78º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C89EE is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 137 | 238 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.07 |
| HSL | 241.78º | 0.75% | 0.74% | - |
| HSV(B) | 241.78º | 0.42% | 0.93% | - |
| XYZ | 35.19 | 29.64 | 84.76 | - |
| YUV | 149.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 238 | 0.41 | 0.42 | 0 | 0.07 | 241.78 | 0.75 | 0.74 |
| Hex | 8C | 89 | EE | 29 | 2A | 0 | 7 | F2 | 4B | 4A |
| Octal | 214 | 211 | 356 | 51 | 52 | 0 | 7 | 362 | 113 | 112 |
| Binary | 10001100 | 10001001 | 11101110 | 101001 | 101010 | 0 | 111 | 11110010 | 1001011 | 1001010 |
Color Harmonies of #8C89EE
Complementary color
Monochromatic Colors of #8C89EE
Black with #8C89EE
Text Example
Text Example
White with #8C89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C89EE; }
p { color: rgb(140,137,238); }
H1.HeaderClassName
{
color: #8C89EE;
}
.AnyTagClassName
{
color: #8C89EE;
}
</style>
background-color css
<style>
a { background-color: #8C89EE; }
a { background-color: rgb(140,137,238); }
div.DivClassName
{
background-color: #8C89EE;
}
.BgClassName
{
background-color: #8C89EE;
}
</style>
border-color css
<style>
span { border-color: #8C89EE; }
span { border-color: rgb(140,137,238); }
td.TdClassName
{
border-color: #8C89EE;
}
.TagClassName
{
border-color: #8C89EE;
}
</style>