#959FA4

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

Shades of Grey Chateau #959FA4

Tints of Grey Chateau #959FA4

Color information

#959FA4 (or 0x959FA4) is unknown color: approx Grey Chateau. HEX triplet: 95, 9F and A4. RGB value is (149,159,164). Sum of RGB (Red+Green+Blue) = 149+159+164=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #959FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FA4 is #6A605B. Grayscale: #9C9C9C. Windows color (decimal): -6971484 or 10788757. OLE color: 10788757.

HSL color Cylindrical-coordinate representation of color #959FA4: hue angle of 200º 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 #959FA4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149159164-
CMYK0.090.0300.36
HSL200º7.61%61.37%-
HSV(B)200º9.15%64.31%-
XYZ31.4933.8740-
YUV156.58132.19122.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=31.57%
G=33.69%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491591640.090.0300.362007.6161.37
Hex959FA493024c883d
Octal2252372441130443101075
Binary1001010110011111101001001001110100100110010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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