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