#9FA0BB

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

Shades of Logan #9FA0BB

Tints of Logan #9FA0BB

Color information

#9FA0BB (or 0x9FA0BB) is unknown color: approx Logan. HEX triplet: 9F, A0 and BB. RGB value is (159,160,187). Sum of RGB (Red+Green+Blue) = 159+160+187=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0BB is #605F44. Grayscale: #A2A2A2. Windows color (decimal): -6315845 or 12296351. OLE color: 12296351.

HSL color Cylindrical-coordinate representation of color #9FA0BB: hue angle of 237.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FA0BB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159160187-
CMYK0.150.1400.27
HSL237.86º17.07%67.84%-
HSV(B)237.86º14.97%73.33%-
XYZ35.8436.152.09-
YUV162.78141.67125.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=31.42%
G=31.62%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591601870.150.1400.27237.8617.0767.84
Hex9FA0BBFE01Bee1144
Octal237240273171603335621104
Binary1001111110100000101110111111111001101111101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,187); }

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

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

 a { background-color: rgb(159,160,187); }

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

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

 span { border-color: rgb(159,160,187); }

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