#949DAA

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

Shades of Grey Chateau #949DAA

Tints of Grey Chateau #949DAA

Color information

#949DAA (or 0x949DAA) is unknown color: approx Grey Chateau. HEX triplet: 94, 9D and AA. RGB value is (148,157,170). Sum of RGB (Red+Green+Blue) = 148+157+170=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #949DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAA is #6B6255. Grayscale: #9B9B9B. Windows color (decimal): -7037526 or 11181460. OLE color: 11181460.

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

Color convert

RGB148157170-
CMYK0.130.0800.33
HSL215.45º11.46%62.35%-
HSV(B)215.45º12.94%66.67%-
XYZ31.5333.3142.8-
YUV155.79136.02122.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=31.16%
G=33.05%
B=35.79%

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
Decimal1481571700.130.0800.33215.4511.4662.35
Hex949DAAD8021d7b3e
Octal22423525215100413271376
Binary100101001001110110101010110110000100001110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949DAA; }

 p { color: rgb(148,157,170); }

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

<style>
 a { background-color: #949DAA; }

 a { background-color: rgb(148,157,170); }

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

<style>
 span { border-color: #949DAA; }

 span { border-color: rgb(148,157,170); }

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