Html Css Color HEX #959CA1 Grey Chateau

📋 copy color: '#959CA1'

red 149 ◦ green 156 ◦ blue 161

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

Shades of Grey Chateau #959CA1

Tints of Grey Chateau #959CA1

RGB

 RED value IS 149 (58.59% from 255) = 31.97%

 GREEN value IS 156 (61.33% from 255) = 33.48%

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 31.97%
G = 33.48%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#959CA1 (or 0x959CA1) is known color: Grey Chateau. HEX triplet: 95, 9C and A1. RGB value is (149,156,161). Sum of RGB (Red+Green+Blue) = 149+156+161=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 161 - color contains mainly: blue. Hex color #959CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CA1 is #6A635E. Grayscale: #9A9A9A. Windows color (decimal): -6972255 or 10591381. OLE color: 10591381.

HSL color Cylindrical-coordinate representation of color #959CA1: hue angle of 205º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959CA1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 156 161 -
CMYK 0.07 0.03 0 0.37
HSL 205º 0.06% 0.61% -
HSV(B) 205º 0.07% 0.63% -
XYZ 30.72 32.74 38.42 -
YUV 154.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 149 156 161 0.07 0.03 0 0.37 205 0.06 0.61
Hex 95 9C A1 7 3 0 25 CD 6 3D
Octal 225 234 241 7 3 0 45 315 6 75
Binary 10010101 10011100 10100001 111 11 0 100101 11001101 110 111101

Color Harmonies of #959CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CA1

Black with #959CA1

Text Example


Text Example

White with #959CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959CA1; }

 p { color: rgb(149,156,161); }

 H1.HeaderClassName
 {
   color: #959CA1;
 }
 .AnyTagClassName
 {
   color: #959CA1;
 }
</style>

background-color css

<style>
 a { background-color: #959CA1; }

 a { background-color: rgb(149,156,161); }

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

border-color css

<style>
 span { border-color: #959CA1; }

 span { border-color: rgb(149,156,161); }

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