#959FA9

Color #959FA9 Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #959FA9

Tints of Grey Chateau #959FA9

Color information

#959FA9 (or 0x959FA9) is unknown color: approx Grey Chateau. HEX triplet: 95, 9F and A9. RGB value is (149,159,169). Sum of RGB (Red+Green+Blue) = 149+159+169=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 169 - color contains mainly: blue. Hex color #959FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FA9 is #6A6056. Grayscale: #9D9D9D. Windows color (decimal): -6971479 or 11116437. OLE color: 11116437.

HSL color Cylindrical-coordinate representation of color #959FA9: hue angle of 210º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959FA9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB149159169-
CMYK0.120.0600.34
HSL210º10.42%62.35%-
HSV(B)210º11.83%66.27%-
XYZ31.9534.0542.42-
YUV157.15134.69122.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=31.24%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491591690.120.0600.3421010.4262.35
Hex959FA9C6022d2a3e
Octal2252372511460423221276
Binary10010101100111111010100111001100100010110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,159,169); }

 H1.HeaderClassName
 {
   color: #959FA9;
 }
 .AnyTagClassName
 {
   color: #959FA9;
 }
</style>
background-color css

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

 a { background-color: rgb(149,159,169); }

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

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

 span { border-color: rgb(149,159,169); }

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