#9C9DAB

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

Shades of Logan #9C9DAB

Tints of Logan #9C9DAB

Color information

#9C9DAB (or 0x9C9DAB) is unknown color: approx Logan. HEX triplet: 9C, 9D and AB. RGB value is (156,157,171). Sum of RGB (Red+Green+Blue) = 156+157+171=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9DAB is #636254. Grayscale: #9E9E9E. Windows color (decimal): -6513237 or 11247004. OLE color: 11247004.

HSL color Cylindrical-coordinate representation of color #9C9DAB: hue angle of 236º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9C9DAB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156157171-
CMYK0.090.0800.33
HSL236º8.2%64.12%-
HSV(B)236º8.77%67.06%-
XYZ33.1234.1243.37-
YUV158.3135.17126.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=32.23%
G=32.44%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561571710.090.0800.332368.264.12
Hex9C9DAB98021ec840
Octal234235253111004135410100
Binary1001110010011101101010111001100001000011110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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