#9d9cec

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

Shades of Portage #9D9CEC

Tints of Portage #9D9CEC

Color information

#9D9CEC (or 0x9D9CEC) is unknown color: approx Portage. HEX triplet: 9D, 9C and EC. RGB value is (157,156,236). Sum of RGB (Red+Green+Blue) = 157+156+236=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 156 (61.33% from 255 or 28.42% 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 #9D9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CEC is #626313. Grayscale: #A5A5A5. Windows color (decimal): -6447892 or 15506589. OLE color: 15506589.

HSL color Cylindrical-coordinate representation of color #9D9CEC: hue angle of 240.75º 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 #9D9CEC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157156236-
CMYK0.330.3400.07
HSL240.75º67.8%76.86%-
HSV(B)240.75º33.9%92.55%-
XYZ40.933784.34-
YUV165.42167.83122-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571562360.330.3400.07240.7567.876.86
Hex9D9CEC212207f1444d
Octal235234354414207361104115
Binary10011101100111001110110010000110001001111111000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d9cec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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