Shades of Portage #8A8CEE
Tints of Portage #8A8CEE
RGB
CMYK
RGB Variations
Color information
#8A8CEE (or 0x8A8CEE) is known color: Portage. HEX triplet: 8A, 8C and EE. RGB value is (138,140,238). Sum of RGB (Red+Green+Blue) = 138+140+238=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A8CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CEE is #757311. Grayscale: #969696. Windows color (decimal): -7697170 or 15633546. OLE color: 15633546.
HSL color Cylindrical-coordinate representation of color #8A8CEE: hue angle of 238.8º 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 #8A8CEE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 140 | 238 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.07 |
| HSL | 238.8º | 0.75% | 0.74% | - |
| HSV(B) | 238.8º | 0.42% | 0.93% | - |
| XYZ | 35.29 | 30.33 | 84.88 | - |
| YUV | 150.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 238 | 0.42 | 0.41 | 0 | 0.07 | 238.8 | 0.75 | 0.74 |
| Hex | 8A | 8C | EE | 2A | 29 | 0 | 7 | EF | 4B | 4A |
| Octal | 212 | 214 | 356 | 52 | 51 | 0 | 7 | 357 | 113 | 112 |
| Binary | 10001010 | 10001100 | 11101110 | 101010 | 101001 | 0 | 111 | 11101111 | 1001011 | 1001010 |
Color Harmonies of #8A8CEE
Complementary color
Monochromatic Colors of #8A8CEE
Black with #8A8CEE
Text Example
Text Example
White with #8A8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CEE; }
p { color: rgb(138,140,238); }
H1.HeaderClassName
{
color: #8A8CEE;
}
.AnyTagClassName
{
color: #8A8CEE;
}
</style>
background-color css
<style>
a { background-color: #8A8CEE; }
a { background-color: rgb(138,140,238); }
div.DivClassName
{
background-color: #8A8CEE;
}
.BgClassName
{
background-color: #8A8CEE;
}
</style>
border-color css
<style>
span { border-color: #8A8CEE; }
span { border-color: rgb(138,140,238); }
td.TdClassName
{
border-color: #8A8CEE;
}
.TagClassName
{
border-color: #8A8CEE;
}
</style>