#9B9FA1

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

Shades of Grey Chateau #9B9FA1

Tints of Grey Chateau #9B9FA1

Color information

#9B9FA1 (or 0x9B9FA1) is unknown color: approx Grey Chateau. HEX triplet: 9B, 9F and A1. RGB value is (155,159,161). Sum of RGB (Red+Green+Blue) = 155+159+161=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 161 - color contains mainly: blue. Hex color #9B9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FA1 is #64605E. Grayscale: #9E9E9E. Windows color (decimal): -6578271 or 10592155. OLE color: 10592155.

HSL color Cylindrical-coordinate representation of color #9B9FA1: hue angle of 200º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B9FA1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB155159161-
CMYK0.040.0100.37
HSL200º3.09%61.96%-
HSV(B)200º3.73%63.14%-
XYZ32.3534.3438.64-
YUV158.03129.67125.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=32.63%
G=33.47%
B=33.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551591610.040.0100.372003.0961.96
Hex9B9FA141025c833e
Octal23323724141045310376
Binary100110111001111110100001100101001011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,161); }

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

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

 a { background-color: rgb(155,159,161); }

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

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

 span { border-color: rgb(155,159,161); }

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