#9B9EB2

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

Shades of Logan #9B9EB2

Tints of Logan #9B9EB2

Color information

#9B9EB2 (or 0x9B9EB2) is unknown color: approx Logan. HEX triplet: 9B, 9E and B2. RGB value is (155,158,178). Sum of RGB (Red+Green+Blue) = 155+158+178=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B9EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9EB2 is #64614D. Grayscale: #9F9F9F. Windows color (decimal): -6578510 or 11706011. OLE color: 11706011.

HSL color Cylindrical-coordinate representation of color #9B9EB2: hue angle of 232.17º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B9EB2 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155158178-
CMYK0.130.1100.30
HSL232.17º12.99%65.29%-
HSV(B)232.17º12.92%69.8%-
XYZ33.7834.6447.02-
YUV159.38138.51124.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=31.57%
G=32.18%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551581780.130.1100.30232.1712.9965.29
Hex9B9EB2DB01Ee8d41
Octal233236262151303635015101
Binary100110111001111010110010110110110111101110100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,158,178); }

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

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

 a { background-color: rgb(155,158,178); }

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

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

 span { border-color: rgb(155,158,178); }

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