#9C9BEA

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

Shades of Portage #9C9BEA

Tints of Portage #9C9BEA

Color information

#9C9BEA (or 0x9C9BEA) is unknown color: approx Portage. HEX triplet: 9C, 9B and EA. RGB value is (156,155,234). Sum of RGB (Red+Green+Blue) = 156+155+234=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9BEA is #636415. Grayscale: #A3A3A3. Windows color (decimal): -6513686 or 15375260. OLE color: 15375260.

HSL color Cylindrical-coordinate representation of color #9C9BEA: hue angle of 240.76º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9BEA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156155234-
CMYK0.330.3400.08
HSL240.76º65.29%76.27%-
HSV(B)240.76º33.76%91.76%-
XYZ40.2836.4582.75-
YUV164.3167.33122.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 155 (60.94% from 255) = 28.44%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=28.62%
G=28.44%
B=42.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561552340.330.3400.08240.7665.2976.27
Hex9C9BEA212208f1414c
Octal2342333524142010361101114
Binary100111001001101111101010100001100010010001111000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,234); }

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

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

 a { background-color: rgb(156,155,234); }

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

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

 span { border-color: rgb(156,155,234); }

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