#8A85E7

Color #8A85E7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8A85E7

Tints of Portage #8A85E7

Color information

#8A85E7 (or 0x8A85E7) is unknown color: approx Portage. HEX triplet: 8A, 85 and E7. RGB value is (138,133,231). Sum of RGB (Red+Green+Blue) = 138+133+231=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A85E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A85E7 is #757A18. Grayscale: #919191. Windows color (decimal): -7698969 or 15173002. OLE color: 15173002.

HSL color Cylindrical-coordinate representation of color #8A85E7: hue angle of 243.06º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A85E7 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138133231-
CMYK0.400.4200.09
HSL243.06º67.12%71.37%-
HSV(B)243.06º42.42%90.59%-
XYZ33.2927.9579.24-
YUV145.67176.16122.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 231 (90.62% from 255) = 46.02%
R=27.49%
G=26.49%
B=46.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1381332310.400.4200.09243.0667.1271.37
Hex8A85E7282A09f34347
Octal2122053475052011363103107
Binary100010101000010111100111101000101010010011111001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A85E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A85E7; }

 p { color: rgb(138,133,231); }

 H1.HeaderClassName
 {
   color: #8A85E7;
 }
 .AnyTagClassName
 {
   color: #8A85E7;
 }
</style>
background-color css

<style>
 a { background-color: #8A85E7; }

 a { background-color: rgb(138,133,231); }

 div.DivClassName
 {
   background-color: #8A85E7;
 }
 .BgClassName
 {
   background-color: #8A85E7;
 }
</style>
border-color css

<style>
 span { border-color: #8A85E7; }

 span { border-color: rgb(138,133,231); }

 td.TdClassName
 {
   border-color: #8A85E7;
 }
 .TagClassName
 {
   border-color: #8A85E7;
 }
</style>