#9C9AEC

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

Shades of Portage #9C9AEC

Tints of Portage #9C9AEC

Color information

#9C9AEC (or 0x9C9AEC) is unknown color: approx Portage. HEX triplet: 9C, 9A and EC. RGB value is (156,154,236). Sum of RGB (Red+Green+Blue) = 156+154+236=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AEC is #636513. Grayscale: #A3A3A3. Windows color (decimal): -6513940 or 15506076. OLE color: 15506076.

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

Color convert

RGB156154236-
CMYK0.340.3500.07
HSL241.46º68.33%76.47%-
HSV(B)241.46º34.75%92.55%-
XYZ40.4136.2484.22-
YUV163.95168.66122.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=28.57%
G=28.21%
B=43.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561542360.340.3500.07241.4668.3376.47
Hex9C9AEC222307f1444c
Octal234232354424307361104114
Binary10011100100110101110110010001010001101111111000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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