Shades of Portage #8A88ED
Tints of Portage #8A88ED
RGB
CMYK
RGB Variations
Color information
#8A88ED (or 0x8A88ED) is known color: Portage. HEX triplet: 8A, 88 and ED. RGB value is (138,136,237). Sum of RGB (Red+Green+Blue) = 138+136+237=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A88ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A88ED is #757712. Grayscale: #939393. Windows color (decimal): -7698195 or 15566986. OLE color: 15566986.
HSL color Cylindrical-coordinate representation of color #8A88ED: hue angle of 241.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A88ED is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 136 | 237 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.07 |
| HSL | 241.19º | 0.74% | 0.73% | - |
| HSV(B) | 241.19º | 0.43% | 0.93% | - |
| XYZ | 34.57 | 29.13 | 83.92 | - |
| YUV | 148.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 237 | 0.42 | 0.43 | 0 | 0.07 | 241.19 | 0.74 | 0.73 |
| Hex | 8A | 88 | ED | 2A | 2B | 0 | 7 | F1 | 4A | 49 |
| Octal | 212 | 210 | 355 | 52 | 53 | 0 | 7 | 361 | 112 | 111 |
| Binary | 10001010 | 10001000 | 11101101 | 101010 | 101011 | 0 | 111 | 11110001 | 1001010 | 1001001 |
Color Harmonies of #8A88ED
Complementary color
Monochromatic Colors of #8A88ED
Black with #8A88ED
Text Example
Text Example
White with #8A88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88ED; }
p { color: rgb(138,136,237); }
H1.HeaderClassName
{
color: #8A88ED;
}
.AnyTagClassName
{
color: #8A88ED;
}
</style>
background-color css
<style>
a { background-color: #8A88ED; }
a { background-color: rgb(138,136,237); }
div.DivClassName
{
background-color: #8A88ED;
}
.BgClassName
{
background-color: #8A88ED;
}
</style>
border-color css
<style>
span { border-color: #8A88ED; }
span { border-color: rgb(138,136,237); }
td.TdClassName
{
border-color: #8A88ED;
}
.TagClassName
{
border-color: #8A88ED;
}
</style>