#9D9CB7

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

Shades of Logan #9D9CB7

Tints of Logan #9D9CB7

Color information

#9D9CB7 (or 0x9D9CB7) is unknown color: approx Logan. HEX triplet: 9D, 9C and B7. RGB value is (157,156,183). Sum of RGB (Red+Green+Blue) = 157+156+183=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #9D9CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CB7 is #626348. Grayscale: #9F9F9F. Windows color (decimal): -6447945 or 12033181. OLE color: 12033181.

HSL color Cylindrical-coordinate representation of color #9D9CB7: hue angle of 242.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D9CB7 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB157156183-
CMYK0.140.1500.28
HSL242.22º15.79%66.47%-
HSV(B)242.22º14.75%71.76%-
XYZ34.3434.3649.62-
YUV159.38141.33126.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=31.65%
G=31.45%
B=36.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571561830.140.1500.28242.2215.7966.47
Hex9D9CB7EF01Cf21042
Octal235234267161703436220102
Binary1001110110011100101101111110111101110011110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,156,183); }

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

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

 a { background-color: rgb(157,156,183); }

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

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

 span { border-color: rgb(157,156,183); }

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