#9D9BB4

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

Shades of Logan #9D9BB4

Tints of Logan #9D9BB4

Color information

#9D9BB4 (or 0x9D9BB4) is unknown color: approx Logan. HEX triplet: 9D, 9B and B4. RGB value is (157,155,180). Sum of RGB (Red+Green+Blue) = 157+155+180=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D9BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BB4 is #62644B. Grayscale: #9E9E9E. Windows color (decimal): -6448204 or 11836317. OLE color: 11836317.

HSL color Cylindrical-coordinate representation of color #9D9BB4: hue angle of 244.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9BB4 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB157155180-
CMYK0.130.1400.29
HSL244.8º14.29%65.69%-
HSV(B)244.8º13.89%70.59%-
XYZ33.8633.9147.94-
YUV158.45140.16126.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=31.91%
G=31.50%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571551800.130.1400.29244.814.2965.69
Hex9D9BB4DE01Df5e42
Octal235233264151603536516102
Binary100111011001101110110100110111100111011111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,155,180); }

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

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

 a { background-color: rgb(157,155,180); }

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

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

 span { border-color: rgb(157,155,180); }

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