#9B9CEC

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

Shades of Portage #9B9CEC

Tints of Portage #9B9CEC

Color information

#9B9CEC (or 0x9B9CEC) is unknown color: approx Portage. HEX triplet: 9B, 9C and EC. RGB value is (155,156,236). Sum of RGB (Red+Green+Blue) = 155+156+236=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CEC is #646313. Grayscale: #A4A4A4. Windows color (decimal): -6578964 or 15506587. OLE color: 15506587.

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

Color convert

RGB155156236-
CMYK0.340.3400.07
HSL239.26º68.07%76.67%-
HSV(B)239.26º34.32%92.55%-
XYZ40.5536.884.32-
YUV164.82168.17121-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=28.34%
G=28.52%
B=43.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551562360.340.3400.07239.2668.0776.67
Hex9B9CEC222207ef444d
Octal233234354424207357104115
Binary10011011100111001110110010001010001001111110111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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