#9B99AF

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

Shades of Logan #9B99AF

Tints of Logan #9B99AF

Color information

#9B99AF (or 0x9B99AF) is unknown color: approx Logan. HEX triplet: 9B, 99 and AF. RGB value is (155,153,175). Sum of RGB (Red+Green+Blue) = 155+153+175=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B99AF is #646650. Grayscale: #9C9C9C. Windows color (decimal): -6579793 or 11508123. OLE color: 11508123.

HSL color Cylindrical-coordinate representation of color #9B99AF: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B99AF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155153175-
CMYK0.110.1300.31
HSL245.45º12.09%64.31%-
HSV(B)245.45º12.57%68.63%-
XYZ32.6532.8545.18-
YUV156.11138.66127.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=32.09%
G=31.68%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551531750.110.1300.31245.4512.0964.31
Hex9B99AFBD01Ff5c40
Octal233231257131503736514100
Binary100110111001100110101111101111010111111111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,153,175); }

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

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

 a { background-color: rgb(155,153,175); }

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

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

 span { border-color: rgb(155,153,175); }

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