#8D9ECC

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

Shades of Portage #8D9ECC

Tints of Portage #8D9ECC

Color information

#8D9ECC (or 0x8D9ECC) is unknown color: approx Portage. HEX triplet: 8D, 9E and CC. RGB value is (141,158,204). Sum of RGB (Red+Green+Blue) = 141+158+204=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ECC is #726133. Grayscale: #9D9D9D. Windows color (decimal): -7495988 or 13409933. OLE color: 13409933.

HSL color Cylindrical-coordinate representation of color #8D9ECC: hue angle of 223.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9ECC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141158204-
CMYK0.310.2300.2
HSL223.81º38.18%67.65%-
HSV(B)223.81º30.88%80%-
XYZ34.1134.4861.98-
YUV158.16153.87115.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=28.03%
G=31.41%
B=40.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411582040.310.2300.2223.8138.1867.65
Hex8D9ECC1F17014e02644
Octal215236314372702434046104
Binary1000110110011110110011001111110111010100111000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,158,204); }

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

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

 a { background-color: rgb(141,158,204); }

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

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

 span { border-color: rgb(141,158,204); }

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