Shades of Portage #8A89ED
Tints of Portage #8A89ED
RGB
CMYK
RGB Variations
Color information
#8A89ED (or 0x8A89ED) is known color: Portage. HEX triplet: 8A, 89 and ED. RGB value is (138,137,237). Sum of RGB (Red+Green+Blue) = 138+137+237=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A89ED is #757612. Grayscale: #949494. Windows color (decimal): -7697939 or 15567242. OLE color: 15567242.
HSL color Cylindrical-coordinate representation of color #8A89ED: hue angle of 240.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A89ED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 137 | 237 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 240.6º | 0.74% | 0.73% | - |
| HSV(B) | 240.6º | 0.42% | 0.93% | - |
| XYZ | 34.71 | 29.41 | 83.97 | - |
| YUV | 148.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 237 | 0.42 | 0.42 | 0 | 0.07 | 240.6 | 0.74 | 0.73 |
| Hex | 8A | 89 | ED | 2A | 2A | 0 | 7 | F1 | 4A | 49 |
| Octal | 212 | 211 | 355 | 52 | 52 | 0 | 7 | 361 | 112 | 111 |
| Binary | 10001010 | 10001001 | 11101101 | 101010 | 101010 | 0 | 111 | 11110001 | 1001010 | 1001001 |
Color Harmonies of #8A89ED
Complementary color
Monochromatic Colors of #8A89ED
Black with #8A89ED
Text Example
Text Example
White with #8A89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A89ED; }
p { color: rgb(138,137,237); }
H1.HeaderClassName
{
color: #8A89ED;
}
.AnyTagClassName
{
color: #8A89ED;
}
</style>
background-color css
<style>
a { background-color: #8A89ED; }
a { background-color: rgb(138,137,237); }
div.DivClassName
{
background-color: #8A89ED;
}
.BgClassName
{
background-color: #8A89ED;
}
</style>
border-color css
<style>
span { border-color: #8A89ED; }
span { border-color: rgb(138,137,237); }
td.TdClassName
{
border-color: #8A89ED;
}
.TagClassName
{
border-color: #8A89ED;
}
</style>