Html Css Color HEX #9B9FA6 Grey Chateau

📋 copy color: '#9B9FA6'

red 155 ◦ green 159 ◦ blue 166

#9B9FA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #9B9FA6

Tints of Grey Chateau #9B9FA6

RGB

 RED value IS 155 (60.94% from 255) = 32.29%

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 166 (65.23% from 255) = 34.58%

R = 32.29%
G = 33.13%
B = 34.58%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9B9FA6 (or 0x9B9FA6) is known color: Grey Chateau. HEX triplet: 9B, 9F and A6. RGB value is (155,159,166). Sum of RGB (Red+Green+Blue) = 155+159+166=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 166 - color contains mainly: blue. Hex color #9B9FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9FA6 is #646059. Grayscale: #9E9E9E. Windows color (decimal): -6578266 or 10919835. OLE color: 10919835.

HSL color Cylindrical-coordinate representation of color #9B9FA6: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9FA6 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 159 166 -
CMYK 0.07 0.04 0 0.35
HSL 218.18º 0.06% 0.63% -
HSV(B) 218.18º 0.07% 0.65% -
XYZ 32.8 34.52 41.01 -
YUV 158.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 155 159 166 0.07 0.04 0 0.35 218.18 0.06 0.63
Hex 9B 9F A6 7 4 0 23 DA 6 3F
Octal 233 237 246 7 4 0 43 332 6 77
Binary 10011011 10011111 10100110 111 100 0 100011 11011010 110 111111

Color Harmonies of #9B9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9FA6

Black with #9B9FA6

Text Example


Text Example

White with #9B9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B9FA6;
 }
 .AnyTagClassName
 {
   color: #9B9FA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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