#8C9BDC

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

Shades of Portage #8C9BDC

Tints of Portage #8C9BDC

Color information

#8C9BDC (or 0x8C9BDC) is unknown color: approx Portage. HEX triplet: 8C, 9B and DC. RGB value is (140,155,220). Sum of RGB (Red+Green+Blue) = 140+155+220=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BDC is #736423. Grayscale: #9D9D9D. Windows color (decimal): -7562276 or 14457740. OLE color: 14457740.

HSL color Cylindrical-coordinate representation of color #8C9BDC: hue angle of 228.75º 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 #8C9BDC is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140155220-
CMYK0.360.3000.14
HSL228.75º53.33%70.59%-
HSV(B)228.75º36.36%86.27%-
XYZ35.4534.1972.44-
YUV157.93163.03115.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.18%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=27.18%
G=30.10%
B=42.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401552200.360.3000.14228.7553.3370.59
Hex8C9BDC241E0Ee53547
Octal214233334443601634565107
Binary1000110010011011110111001001001111001110111001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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