#9BA8AF

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

Shades of Gull Grey #9BA8AF

Tints of Gull Grey #9BA8AF

Color information

#9BA8AF (or 0x9BA8AF) is unknown color: approx Gull Grey. HEX triplet: 9B, A8 and AF. RGB value is (155,168,175). Sum of RGB (Red+Green+Blue) = 155+168+175=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #9BA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AF is #645750. Grayscale: #A4A4A4. Windows color (decimal): -6575953 or 11511963. OLE color: 11511963.

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

Color convert

RGB155168175-
CMYK0.110.0400.31
HSL201º11.11%64.71%-
HSV(B)201º11.43%68.63%-
XYZ35.2638.0746.05-
YUV164.91133.69120.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=31.12%
G=33.73%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551681750.110.0400.3120111.1164.71
Hex9BA8AFB401Fc9b41
Octal23325025713403731113101
Binary10011011101010001010111110111000111111100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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