Shades of Portage #8C8AE6
Tints of Portage #8C8AE6
RGB
CMYK
RGB Variations
Color information
#8C8AE6 (or 0x8C8AE6) is known color: Portage. HEX triplet: 8C, 8A and E6. RGB value is (140,138,230). Sum of RGB (Red+Green+Blue) = 140+138+230=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C8AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8AE6 is #737519. Grayscale: #949494. Windows color (decimal): -7566618 or 15108748. OLE color: 15108748.
HSL color Cylindrical-coordinate representation of color #8C8AE6: hue angle of 241.3º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C8AE6 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 138 | 230 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.10 |
| HSL | 241.3º | 0.65% | 0.72% | - |
| HSV(B) | 241.3º | 0.4% | 0.9% | - |
| XYZ | 34.19 | 29.47 | 78.75 | - |
| YUV | 149.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 230 | 0.39 | 0.4 | 0 | 0.10 | 241.3 | 0.65 | 0.72 |
| Hex | 8C | 8A | E6 | 27 | 28 | 0 | A | F1 | 41 | 48 |
| Octal | 214 | 212 | 346 | 47 | 50 | 0 | 12 | 361 | 101 | 110 |
| Binary | 10001100 | 10001010 | 11100110 | 100111 | 101000 | 0 | 1010 | 11110001 | 1000001 | 1001000 |
Color Harmonies of #8C8AE6
Complementary color
Monochromatic Colors of #8C8AE6
Black with #8C8AE6
Text Example
Text Example
White with #8C8AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8AE6; }
p { color: rgb(140,138,230); }
H1.HeaderClassName
{
color: #8C8AE6;
}
.AnyTagClassName
{
color: #8C8AE6;
}
</style>
background-color css
<style>
a { background-color: #8C8AE6; }
a { background-color: rgb(140,138,230); }
div.DivClassName
{
background-color: #8C8AE6;
}
.BgClassName
{
background-color: #8C8AE6;
}
</style>
border-color css
<style>
span { border-color: #8C8AE6; }
span { border-color: rgb(140,138,230); }
td.TdClassName
{
border-color: #8C8AE6;
}
.TagClassName
{
border-color: #8C8AE6;
}
</style>