#969FA8

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

Shades of Grey Chateau #969FA8

Tints of Grey Chateau #969FA8

Color information

#969FA8 (or 0x969FA8) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and A8. RGB value is (150,159,168). Sum of RGB (Red+Green+Blue) = 150+159+168=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 168 - color contains mainly: blue. Hex color #969FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA8 is #696057. Grayscale: #9D9D9D. Windows color (decimal): -6905944 or 11050902. OLE color: 11050902.

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

Color convert

RGB150159168-
CMYK0.110.0500.34
HSL210º9.37%62.35%-
HSV(B)210º10.71%65.88%-
XYZ32.0434.1141.94-
YUV157.33134.02122.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=31.45%
G=33.33%
B=35.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501591680.110.0500.342109.3762.35
Hex969FA8B5022d293e
Octal2262372501350423221176
Binary10010110100111111010100010111010100010110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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