Shades of Portage #8A8DEB
Tints of Portage #8A8DEB
RGB
CMYK
RGB Variations
Color information
#8A8DEB (or 0x8A8DEB) is known color: Portage. HEX triplet: 8A, 8D and EB. RGB value is (138,141,235). Sum of RGB (Red+Green+Blue) = 138+141+235=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DEB is #757214. Grayscale: #969696. Windows color (decimal): -7696917 or 15437194. OLE color: 15437194.
HSL color Cylindrical-coordinate representation of color #8A8DEB: hue angle of 238.14º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8DEB is Cyan = 0.41, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 141 | 235 | - |
| CMYK | 0.41 | 0.4 | 0 | 0.08 |
| HSL | 238.14º | 0.71% | 0.73% | - |
| HSV(B) | 238.14º | 0.41% | 0.92% | - |
| XYZ | 35 | 30.45 | 82.63 | - |
| YUV | 150.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 235 | 0.41 | 0.4 | 0 | 0.08 | 238.14 | 0.71 | 0.73 |
| Hex | 8A | 8D | EB | 29 | 28 | 0 | 8 | EE | 47 | 49 |
| Octal | 212 | 215 | 353 | 51 | 50 | 0 | 10 | 356 | 107 | 111 |
| Binary | 10001010 | 10001101 | 11101011 | 101001 | 101000 | 0 | 1000 | 11101110 | 1000111 | 1001001 |
Color Harmonies of #8A8DEB
Complementary color
Monochromatic Colors of #8A8DEB
Black with #8A8DEB
Text Example
Text Example
White with #8A8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DEB; }
p { color: rgb(138,141,235); }
H1.HeaderClassName
{
color: #8A8DEB;
}
.AnyTagClassName
{
color: #8A8DEB;
}
</style>
background-color css
<style>
a { background-color: #8A8DEB; }
a { background-color: rgb(138,141,235); }
div.DivClassName
{
background-color: #8A8DEB;
}
.BgClassName
{
background-color: #8A8DEB;
}
</style>
border-color css
<style>
span { border-color: #8A8DEB; }
span { border-color: rgb(138,141,235); }
td.TdClassName
{
border-color: #8A8DEB;
}
.TagClassName
{
border-color: #8A8DEB;
}
</style>