#8D9DE7

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

Shades of Portage #8D9DE7

Tints of Portage #8D9DE7

Color information

#8D9DE7 (or 0x8D9DE7) is unknown color: approx Portage. HEX triplet: 8D, 9D and E7. RGB value is (141,157,231). Sum of RGB (Red+Green+Blue) = 141+157+231=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #8D9DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9DE7 is #726218. Grayscale: #A0A0A0. Windows color (decimal): -7496217 or 15179149. OLE color: 15179149.

HSL color Cylindrical-coordinate representation of color #8D9DE7: hue angle of 229.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D9DE7 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141157231-
CMYK0.390.3200.09
HSL229.33º65.22%72.94%-
HSV(B)229.33º38.96%90.59%-
XYZ37.4735.5580.49-
YUV160.65167.7113.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=26.65%
G=29.68%
B=43.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411572310.390.3200.09229.3365.2272.94
Hex8D9DE7272009e54149
Octal2152353474740011345101111
Binary100011011001110111100111100111100000010011110010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,231); }

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

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

 a { background-color: rgb(141,157,231); }

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

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

 span { border-color: rgb(141,157,231); }

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