#959DA9

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

Shades of Grey Chateau #959DA9

Tints of Grey Chateau #959DA9

Color information

#959DA9 (or 0x959DA9) is unknown color: approx Grey Chateau. HEX triplet: 95, 9D and A9. RGB value is (149,157,169). Sum of RGB (Red+Green+Blue) = 149+157+169=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #959DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DA9 is #6A6256. Grayscale: #9B9B9B. Windows color (decimal): -6971991 or 11115925. OLE color: 11115925.

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

Color convert

RGB149157169-
CMYK0.120.0700.34
HSL216º10.42%62.35%-
HSV(B)216º11.83%66.27%-
XYZ31.6133.3742.31-
YUV155.98135.35123.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=31.37%
G=33.05%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491571690.120.0700.3421610.4262.35
Hex959DA9C7022d8a3e
Octal2252352511470423301276
Binary10010101100111011010100111001110100010110110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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