#9B9CEA

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

Shades of Portage #9B9CEA

Tints of Portage #9B9CEA

Color information

#9B9CEA (or 0x9B9CEA) is unknown color: approx Portage. HEX triplet: 9B, 9C and EA. RGB value is (155,156,234). Sum of RGB (Red+Green+Blue) = 155+156+234=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 156 (61.33% from 255 or 28.62% 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 #9B9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CEA is #646315. Grayscale: #A4A4A4. Windows color (decimal): -6578966 or 15375515. OLE color: 15375515.

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

Color convert

RGB155156234-
CMYK0.340.3300.08
HSL239.24º65.29%76.27%-
HSV(B)239.24º33.76%91.76%-
XYZ40.2636.6982.8-
YUV164.59167.17121.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551562340.340.3300.08239.2465.2976.27
Hex9B9CEA222108ef414c
Octal2332343524241010357101114
Binary100110111001110011101010100010100001010001110111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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