Shades of Portage #8A89EE
Tints of Portage #8A89EE
RGB
CMYK
RGB Variations
Color information
#8A89EE (or 0x8A89EE) is known color: Portage. HEX triplet: 8A, 89 and EE. RGB value is (138,137,238). Sum of RGB (Red+Green+Blue) = 138+137+238=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A89EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A89EE is #757611. Grayscale: #949494. Windows color (decimal): -7697938 or 15632778. OLE color: 15632778.
HSL color Cylindrical-coordinate representation of color #8A89EE: hue angle of 240.59º 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 #8A89EE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 137 | 238 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 240.59º | 0.75% | 0.74% | - |
| HSV(B) | 240.59º | 0.42% | 0.93% | - |
| XYZ | 34.86 | 29.47 | 84.74 | - |
| YUV | 148.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 238 | 0.42 | 0.42 | 0 | 0.07 | 240.59 | 0.75 | 0.74 |
| Hex | 8A | 89 | EE | 2A | 2A | 0 | 7 | F1 | 4B | 4A |
| Octal | 212 | 211 | 356 | 52 | 52 | 0 | 7 | 361 | 113 | 112 |
| Binary | 10001010 | 10001001 | 11101110 | 101010 | 101010 | 0 | 111 | 11110001 | 1001011 | 1001010 |
Color Harmonies of #8A89EE
Complementary color
Monochromatic Colors of #8A89EE
Black with #8A89EE
Text Example
Text Example
White with #8A89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89EE; }
p { color: rgb(138,137,238); }
H1.HeaderClassName
{
color: #8A89EE;
}
.AnyTagClassName
{
color: #8A89EE;
}
</style>
background-color css
<style>
a { background-color: #8A89EE; }
a { background-color: rgb(138,137,238); }
div.DivClassName
{
background-color: #8A89EE;
}
.BgClassName
{
background-color: #8A89EE;
}
</style>
border-color css
<style>
span { border-color: #8A89EE; }
span { border-color: rgb(138,137,238); }
td.TdClassName
{
border-color: #8A89EE;
}
.TagClassName
{
border-color: #8A89EE;
}
</style>