Html Css Color HEX #9CA7B1 Grey Chateau

📋 copy color: '#9CA7B1'

red 156 ◦ green 167 ◦ blue 177

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

Shades of Grey Chateau #9CA7B1

Tints of Grey Chateau #9CA7B1

RGB

 RED value IS 156 (61.33% from 255) = 31.2%

 GREEN value IS 167 (65.63% from 255) = 33.4%

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 31.2%
G = 33.4%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9CA7B1 (or 0x9CA7B1) is known color: Grey Chateau. HEX triplet: 9C, A7 and B1. RGB value is (156,167,177). Sum of RGB (Red+Green+Blue) = 156+167+177=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CA7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA7B1 is #63584E. Grayscale: #A4A4A4. Windows color (decimal): -6510671 or 11642780. OLE color: 11642780.

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

Color convert

RGB 156 167 177 -
CMYK 0.12 0.06 0 0.31
HSL 208.57º 0.12% 0.65% -
HSV(B) 208.57º 0.12% 0.69% -
XYZ 35.46 37.88 47.04 -
YUV 164.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 156 167 177 0.12 0.06 0 0.31 208.57 0.12 0.65
Hex 9C A7 B1 C 6 0 1F D1 C 41
Octal 234 247 261 14 6 0 37 321 14 101
Binary 10011100 10100111 10110001 1100 110 0 11111 11010001 1100 1000001

Color Harmonies of #9CA7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA7B1

Black with #9CA7B1

Text Example


Text Example

White with #9CA7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,167,177); }

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

background-color css

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

 a { background-color: rgb(156,167,177); }

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

border-color css

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

 span { border-color: rgb(156,167,177); }

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