Shades of Portage #8A85E5
Tints of Portage #8A85E5
RGB
CMYK
RGB Variations
Color information
#8A85E5 (or 0x8A85E5) is known color: Portage. HEX triplet: 8A, 85 and E5. RGB value is (138,133,229). Sum of RGB (Red+Green+Blue) = 138+133+229=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A85E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A85E5 is #757A1A. Grayscale: #919191. Windows color (decimal): -7698971 or 15041930. OLE color: 15041930.
HSL color Cylindrical-coordinate representation of color #8A85E5: hue angle of 243.13º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A85E5 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 133 | 229 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.10 |
| HSL | 243.13º | 0.65% | 0.71% | - |
| HSV(B) | 243.13º | 0.42% | 0.9% | - |
| XYZ | 33.01 | 27.84 | 77.76 | - |
| YUV | 145.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 229 | 0.40 | 0.42 | 0 | 0.10 | 243.13 | 0.65 | 0.71 |
| Hex | 8A | 85 | E5 | 28 | 2A | 0 | A | F3 | 41 | 47 |
| Octal | 212 | 205 | 345 | 50 | 52 | 0 | 12 | 363 | 101 | 107 |
| Binary | 10001010 | 10000101 | 11100101 | 101000 | 101010 | 0 | 1010 | 11110011 | 1000001 | 1000111 |
Color Harmonies of #8A85E5
Complementary color
Monochromatic Colors of #8A85E5
Black with #8A85E5
Text Example
Text Example
White with #8A85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85E5; }
p { color: rgb(138,133,229); }
H1.HeaderClassName
{
color: #8A85E5;
}
.AnyTagClassName
{
color: #8A85E5;
}
</style>
background-color css
<style>
a { background-color: #8A85E5; }
a { background-color: rgb(138,133,229); }
div.DivClassName
{
background-color: #8A85E5;
}
.BgClassName
{
background-color: #8A85E5;
}
</style>
border-color css
<style>
span { border-color: #8A85E5; }
span { border-color: rgb(138,133,229); }
td.TdClassName
{
border-color: #8A85E5;
}
.TagClassName
{
border-color: #8A85E5;
}
</style>