Shades of Portage #8A8AEE
Tints of Portage #8A8AEE
RGB
CMYK
RGB Variations
Color information
#8A8AEE (or 0x8A8AEE) is known color: Portage. HEX triplet: 8A, 8A and EE. RGB value is (138,138,238). Sum of RGB (Red+Green+Blue) = 138+138+238=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8AEE is #757511. Grayscale: #959595. Windows color (decimal): -7697682 or 15633034. OLE color: 15633034.
HSL color Cylindrical-coordinate representation of color #8A8AEE: hue angle of 240º 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 #8A8AEE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 138 | 238 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.07 |
| HSL | 240º | 0.75% | 0.74% | - |
| HSV(B) | 240º | 0.42% | 0.93% | - |
| XYZ | 35 | 29.75 | 84.79 | - |
| YUV | 149.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 238 | 0.42 | 0.42 | 0 | 0.07 | 240 | 0.75 | 0.74 |
| Hex | 8A | 8A | EE | 2A | 2A | 0 | 7 | F0 | 4B | 4A |
| Octal | 212 | 212 | 356 | 52 | 52 | 0 | 7 | 360 | 113 | 112 |
| Binary | 10001010 | 10001010 | 11101110 | 101010 | 101010 | 0 | 111 | 11110000 | 1001011 | 1001010 |
Color Harmonies of #8A8AEE
Complementary color
Monochromatic Colors of #8A8AEE
Black with #8A8AEE
Text Example
Text Example
White with #8A8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8AEE; }
p { color: rgb(138,138,238); }
H1.HeaderClassName
{
color: #8A8AEE;
}
.AnyTagClassName
{
color: #8A8AEE;
}
</style>
background-color css
<style>
a { background-color: #8A8AEE; }
a { background-color: rgb(138,138,238); }
div.DivClassName
{
background-color: #8A8AEE;
}
.BgClassName
{
background-color: #8A8AEE;
}
</style>
border-color css
<style>
span { border-color: #8A8AEE; }
span { border-color: rgb(138,138,238); }
td.TdClassName
{
border-color: #8A8AEE;
}
.TagClassName
{
border-color: #8A8AEE;
}
</style>