#9A9DAB

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

Shades of Logan #9A9DAB

Tints of Logan #9A9DAB

Color information

#9A9DAB (or 0x9A9DAB) is unknown color: approx Logan. HEX triplet: 9A, 9D and AB. RGB value is (154,157,171). Sum of RGB (Red+Green+Blue) = 154+157+171=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A9DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9DAB is #656254. Grayscale: #9D9D9D. Windows color (decimal): -6644309 or 11247002. OLE color: 11247002.

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

Color convert

RGB154157171-
CMYK0.100.0800.33
HSL229.41º9.19%63.73%-
HSV(B)229.41º9.94%67.06%-
XYZ32.7333.9243.35-
YUV157.7135.51125.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=31.95%
G=32.57%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541571710.100.0800.33229.419.1963.73
Hex9A9DABA8021e5940
Octal232235253121004134511100
Binary1001101010011101101010111010100001000011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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