#8986EA

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

Shades of Portage #8986EA

Tints of Portage #8986EA

Color information

#8986EA (or 0x8986EA) is unknown color: approx Portage. HEX triplet: 89, 86 and EA. RGB value is (137,134,234). Sum of RGB (Red+Green+Blue) = 137+134+234=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #8986EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8986EA is #767915. Grayscale: #919191. Windows color (decimal): -7764246 or 15369865. OLE color: 15369865.

HSL color Cylindrical-coordinate representation of color #8986EA: hue angle of 241.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8986EA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137134234-
CMYK0.410.4300.08
HSL241.8º70.42%72.16%-
HSV(B)241.8º42.74%91.76%-
XYZ33.6928.3181.53-
YUV146.3177.49121.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=27.13%
G=26.53%
B=46.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371342340.410.4300.08241.870.4272.16
Hex8986EA292B08f24648
Octal2112063525153010362106110
Binary100010011000011011101010101001101011010001111001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8986EA; }

 p { color: rgb(137,134,234); }

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

<style>
 a { background-color: #8986EA; }

 a { background-color: rgb(137,134,234); }

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

<style>
 span { border-color: #8986EA; }

 span { border-color: rgb(137,134,234); }

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