#8C9CDC

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

Shades of Portage #8C9CDC

Tints of Portage #8C9CDC

Color information

#8C9CDC (or 0x8C9CDC) is unknown color: approx Portage. HEX triplet: 8C, 9C and DC. RGB value is (140,156,220). Sum of RGB (Red+Green+Blue) = 140+156+220=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CDC is #736323. Grayscale: #9E9E9E. Windows color (decimal): -7562020 or 14457996. OLE color: 14457996.

HSL color Cylindrical-coordinate representation of color #8C9CDC: hue angle of 228º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9CDC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140156220-
CMYK0.360.2900.14
HSL228º53.33%70.59%-
HSV(B)228º36.36%86.27%-
XYZ35.6234.5272.5-
YUV158.51162.7114.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.13%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=27.13%
G=30.23%
B=42.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401562200.360.2900.1422853.3370.59
Hex8C9CDC241D0Ee43547
Octal214234334443501634465107
Binary1000110010011100110111001001001110101110111001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,220); }

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

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

 a { background-color: rgb(140,156,220); }

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

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

 span { border-color: rgb(140,156,220); }

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