#8D9AEA

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

Shades of Portage #8D9AEA

Tints of Portage #8D9AEA

Color information

#8D9AEA (or 0x8D9AEA) is unknown color: approx Portage. HEX triplet: 8D, 9A and EA. RGB value is (141,154,234). Sum of RGB (Red+Green+Blue) = 141+154+234=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AEA is #726515. Grayscale: #9E9E9E. Windows color (decimal): -7496982 or 15374989. OLE color: 15374989.

HSL color Cylindrical-coordinate representation of color #8D9AEA: hue angle of 231.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D9AEA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141154234-
CMYK0.400.3400.08
HSL231.61º68.89%73.53%-
HSV(B)231.61º39.74%91.76%-
XYZ37.3934.7182.57-
YUV159.23170.19115-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=26.65%
G=29.11%
B=44.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411542340.400.3400.08231.6168.8973.53
Hex8D9AEA282208e8454a
Octal2152323525042010350105112
Binary100011011001101011101010101000100010010001110100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,154,234); }

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

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

 a { background-color: rgb(141,154,234); }

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

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

 span { border-color: rgb(141,154,234); }

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