Html Css Color HEX #9CA5B1 Grey Chateau

📋 copy color: '#9CA5B1'

red 156 ◦ green 165 ◦ blue 177

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

Shades of Grey Chateau #9CA5B1

Tints of Grey Chateau #9CA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.13%

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

R = 31.33%
G = 33.13%
B = 35.54%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9CA5B1 (or 0x9CA5B1) is known color: Grey Chateau. HEX triplet: 9C, A5 and B1. RGB value is (156,165,177). Sum of RGB (Red+Green+Blue) = 156+165+177=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA5B1 is #635A4E. Grayscale: #A3A3A3. Windows color (decimal): -6511183 or 11642268. OLE color: 11642268.

HSL color Cylindrical-coordinate representation of color #9CA5B1: hue angle of 214.29º 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 #9CA5B1 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 165 177 -
CMYK 0.12 0.07 0 0.31
HSL 214.29º 0.12% 0.65% -
HSV(B) 214.29º 0.12% 0.69% -
XYZ 35.1 37.15 46.92 -
YUV 163.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 156 165 177 0.12 0.07 0 0.31 214.29 0.12 0.65
Hex 9C A5 B1 C 7 0 1F D6 C 41
Octal 234 245 261 14 7 0 37 326 14 101
Binary 10011100 10100101 10110001 1100 111 0 11111 11010110 1100 1000001

Color Harmonies of #9CA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA5B1

Black with #9CA5B1

Text Example


Text Example

White with #9CA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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