#969FAC

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

Shades of Grey Chateau #969FAC

Tints of Grey Chateau #969FAC

Color information

#969FAC (or 0x969FAC) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and AC. RGB value is (150,159,172). Sum of RGB (Red+Green+Blue) = 150+159+172=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 172 - color contains mainly: blue. Hex color #969FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FAC is #696053. Grayscale: #9D9D9D. Windows color (decimal): -6905940 or 11313046. OLE color: 11313046.

HSL color Cylindrical-coordinate representation of color #969FAC: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969FAC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150159172-
CMYK0.130.0800.33
HSL215.45º11.7%63.14%-
HSV(B)215.45º12.79%67.45%-
XYZ32.4234.2643.93-
YUV157.79136.02122.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=31.19%
G=33.06%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501591720.130.0800.33215.4511.763.14
Hex969FACD8021d7c3f
Octal22623725415100413271477
Binary100101101001111110101100110110000100001110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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