Html Css Color HEX #959BA4 Grey Chateau

📋 copy color: '#959BA4'

red 149 ◦ green 155 ◦ blue 164

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

Shades of Grey Chateau #959BA4

Tints of Grey Chateau #959BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 31.84%
G = 33.12%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#959BA4 (or 0x959BA4) is known color: Grey Chateau. HEX triplet: 95, 9B and A4. RGB value is (149,155,164). Sum of RGB (Red+Green+Blue) = 149+155+164=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: blue. Hex color #959BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA4 is #6A645B. Grayscale: #9A9A9A. Windows color (decimal): -6972508 or 10787733. OLE color: 10787733.

HSL color Cylindrical-coordinate representation of color #959BA4: hue angle of 216º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959BA4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 155 164 -
CMYK 0.09 0.05 0 0.36
HSL 216º 0.08% 0.61% -
HSV(B) 216º 0.09% 0.64% -
XYZ 30.82 32.51 39.77 -
YUV 154.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 149 155 164 0.09 0.05 0 0.36 216 0.08 0.61
Hex 95 9B A4 9 5 0 24 D8 8 3D
Octal 225 233 244 11 5 0 44 330 10 75
Binary 10010101 10011011 10100100 1001 101 0 100100 11011000 1000 111101

Color Harmonies of #959BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BA4

Black with #959BA4

Text Example


Text Example

White with #959BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,164); }

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

background-color css

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

 a { background-color: rgb(149,155,164); }

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

border-color css

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

 span { border-color: rgb(149,155,164); }

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