#969FA4

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

Shades of Grey Chateau #969FA4

Tints of Grey Chateau #969FA4

Color information

#969FA4 (or 0x969FA4) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and A4. RGB value is (150,159,164). Sum of RGB (Red+Green+Blue) = 150+159+164=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 164 - color contains mainly: blue. Hex color #969FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA4 is #69605B. Grayscale: #9C9C9C. Windows color (decimal): -6905948 or 10788758. OLE color: 10788758.

HSL color Cylindrical-coordinate representation of color #969FA4: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969FA4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150159164-
CMYK0.090.0300.36
HSL201.43º7.14%61.57%-
HSV(B)201.43º8.54%64.31%-
XYZ31.6833.9640.01-
YUV156.88132.02123.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=31.71%
G=33.62%
B=34.67%

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
Decimal1501591640.090.0300.36201.437.1461.57
Hex969FA493024c973e
Octal226237244113044311776
Binary100101101001111110100100100111010010011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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