#8D9CCC

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

Shades of Portage #8D9CCC

Tints of Portage #8D9CCC

Color information

#8D9CCC (or 0x8D9CCC) is unknown color: approx Portage. HEX triplet: 8D, 9C and CC. RGB value is (141,156,204). Sum of RGB (Red+Green+Blue) = 141+156+204=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CCC is #726333. Grayscale: #9C9C9C. Windows color (decimal): -7496500 or 13409421. OLE color: 13409421.

HSL color Cylindrical-coordinate representation of color #8D9CCC: hue angle of 225.71º 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 #8D9CCC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141156204-
CMYK0.310.2400.2
HSL225.71º38.18%67.65%-
HSV(B)225.71º30.88%80%-
XYZ33.7733.861.87-
YUV156.99154.53116.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=28.14%
G=31.14%
B=40.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411562040.310.2400.2225.7138.1867.65
Hex8D9CCC1F18014e22644
Octal215234314373002434246104
Binary1000110110011100110011001111111000010100111000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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