#949FAC

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

Shades of Grey Chateau #949FAC

Tints of Grey Chateau #949FAC

Color information

#949FAC (or 0x949FAC) is unknown color: approx Grey Chateau. HEX triplet: 94, 9F and AC. RGB value is (148,159,172). Sum of RGB (Red+Green+Blue) = 148+159+172=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #949FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAC is #6B6053. Grayscale: #9D9D9D. Windows color (decimal): -7037012 or 11313044. OLE color: 11313044.

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

Color convert

RGB148159172-
CMYK0.140.0800.33
HSL212.5º12.63%62.75%-
HSV(B)212.5º13.95%67.45%-
XYZ32.0634.0743.92-
YUV157.19136.36121.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=30.90%
G=33.19%
B=35.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481591720.140.0800.33212.512.6362.75
Hex949FACE8021d4d3f
Octal22423725416100413241577
Binary100101001001111110101100111010000100001110101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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