#8E9DED

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

Shades of Portage #8E9DED

Tints of Portage #8E9DED

Color information

#8E9DED (or 0x8E9DED) is unknown color: approx Portage. HEX triplet: 8E, 9D and ED. RGB value is (142,157,237). Sum of RGB (Red+Green+Blue) = 142+157+237=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DED is #716212. Grayscale: #A1A1A1. Windows color (decimal): -7430675 or 15572366. OLE color: 15572366.

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

Color convert

RGB142157237-
CMYK0.400.3400.07
HSL230.53º72.52%74.31%-
HSV(B)230.53º40.08%92.94%-
XYZ38.535.9885.04-
YUV161.64170.53114-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.49%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=26.49%
G=29.29%
B=44.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421572370.400.3400.07230.5372.5274.31
Hex8E9DED282207e7494a
Octal216235355504207347111112
Binary10001110100111011110110110100010001001111110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,157,237); }

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

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

 a { background-color: rgb(142,157,237); }

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

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

 span { border-color: rgb(142,157,237); }

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