#9C9DEC

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

Shades of Portage #9C9DEC

Tints of Portage #9C9DEC

Color information

#9C9DEC (or 0x9C9DEC) is unknown color: approx Portage. HEX triplet: 9C, 9D and EC. RGB value is (156,157,236). Sum of RGB (Red+Green+Blue) = 156+157+236=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C9DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9DEC is #636213. Grayscale: #A5A5A5. Windows color (decimal): -6513172 or 15506844. OLE color: 15506844.

HSL color Cylindrical-coordinate representation of color #9C9DEC: hue angle of 239.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9DEC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156157236-
CMYK0.340.3300.07
HSL239.25º67.8%76.86%-
HSV(B)239.25º33.9%92.55%-
XYZ40.9137.2484.39-
YUV165.71167.67121.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=28.42%
G=28.60%
B=42.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561572360.340.3300.07239.2567.876.86
Hex9C9DEC222107ef444d
Octal234235354424107357104115
Binary10011100100111011110110010001010000101111110111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9DEC; }

 p { color: rgb(156,157,236); }

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

<style>
 a { background-color: #9C9DEC; }

 a { background-color: rgb(156,157,236); }

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

<style>
 span { border-color: #9C9DEC; }

 span { border-color: rgb(156,157,236); }

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