#8D9ECD

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

Shades of Portage #8D9ECD

Tints of Portage #8D9ECD

Color information

#8D9ECD (or 0x8D9ECD) is unknown color: approx Portage. HEX triplet: 8D, 9E and CD. RGB value is (141,158,205). Sum of RGB (Red+Green+Blue) = 141+158+205=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ECD is #726132. Grayscale: #9E9E9E. Windows color (decimal): -7495987 or 13475469. OLE color: 13475469.

HSL color Cylindrical-coordinate representation of color #8D9ECD: hue angle of 224.06º degrees, saturation: 0.39, 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 #8D9ECD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141158205-
CMYK0.310.2300.20
HSL224.06º39.02%67.84%-
HSV(B)224.06º31.22%80.39%-
XYZ34.2334.5262.62-
YUV158.28154.37115.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=27.98%
G=31.35%
B=40.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411582050.310.2300.20224.0639.0267.84
Hex8D9ECD1F17014e02744
Octal215236315372702434047104
Binary1000110110011110110011011111110111010100111000001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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