#949FAA

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

Shades of Grey Chateau #949FAA

Tints of Grey Chateau #949FAA

Color information

#949FAA (or 0x949FAA) is unknown color: approx Grey Chateau. HEX triplet: 94, 9F and AA. RGB value is (148,159,170). Sum of RGB (Red+Green+Blue) = 148+159+170=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #949FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAA is #6B6055. Grayscale: #9C9C9C. Windows color (decimal): -7037014 or 11181972. OLE color: 11181972.

HSL color Cylindrical-coordinate representation of color #949FAA: hue angle of 210º 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 #949FAA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148159170-
CMYK0.130.0600.33
HSL210º11.46%62.35%-
HSV(B)210º12.94%66.67%-
XYZ31.8733.9942.91-
YUV156.96135.36121.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=31.03%
G=33.33%
B=35.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481591700.130.0600.3321011.4662.35
Hex949FAAD6021d2b3e
Octal2242372521560413221376
Binary10010100100111111010101011011100100001110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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