Shades of Portage #8A8CEB
Tints of Portage #8A8CEB
RGB
CMYK
RGB Variations
Color information
#8A8CEB (or 0x8A8CEB) is known color: Portage. HEX triplet: 8A, 8C and EB. RGB value is (138,140,235). Sum of RGB (Red+Green+Blue) = 138+140+235=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CEB is #757314. Grayscale: #959595. Windows color (decimal): -7697173 or 15436938. OLE color: 15436938.
HSL color Cylindrical-coordinate representation of color #8A8CEB: hue angle of 238.76º 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 #8A8CEB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 140 | 235 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.08 |
| HSL | 238.76º | 0.71% | 0.73% | - |
| HSV(B) | 238.76º | 0.41% | 0.92% | - |
| XYZ | 34.85 | 30.16 | 82.58 | - |
| YUV | 150.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 235 | 0.41 | 0.40 | 0 | 0.08 | 238.76 | 0.71 | 0.73 |
| Hex | 8A | 8C | EB | 29 | 28 | 0 | 8 | EF | 47 | 49 |
| Octal | 212 | 214 | 353 | 51 | 50 | 0 | 10 | 357 | 107 | 111 |
| Binary | 10001010 | 10001100 | 11101011 | 101001 | 101000 | 0 | 1000 | 11101111 | 1000111 | 1001001 |
Color Harmonies of #8A8CEB
Complementary color
Monochromatic Colors of #8A8CEB
Black with #8A8CEB
Text Example
Text Example
White with #8A8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CEB; }
p { color: rgb(138,140,235); }
H1.HeaderClassName
{
color: #8A8CEB;
}
.AnyTagClassName
{
color: #8A8CEB;
}
</style>
background-color css
<style>
a { background-color: #8A8CEB; }
a { background-color: rgb(138,140,235); }
div.DivClassName
{
background-color: #8A8CEB;
}
.BgClassName
{
background-color: #8A8CEB;
}
</style>
border-color css
<style>
span { border-color: #8A8CEB; }
span { border-color: rgb(138,140,235); }
td.TdClassName
{
border-color: #8A8CEB;
}
.TagClassName
{
border-color: #8A8CEB;
}
</style>