#949BA5

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

Shades of Grey Chateau #949BA5

Tints of Grey Chateau #949BA5

Color information

#949BA5 (or 0x949BA5) is unknown color: approx Grey Chateau. HEX triplet: 94, 9B and A5. RGB value is (148,155,165). Sum of RGB (Red+Green+Blue) = 148+155+165=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 165 - color contains mainly: blue. Hex color #949BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA5 is #6B645A. Grayscale: #9A9A9A. Windows color (decimal): -7038043 or 10853268. OLE color: 10853268.

HSL color Cylindrical-coordinate representation of color #949BA5: hue angle of 215.29º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949BA5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148155165-
CMYK0.100.0600.35
HSL215.29º8.63%61.37%-
HSV(B)215.29º10.3%64.71%-
XYZ30.7332.4640.24-
YUV154.05134.18123.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=31.62%
G=33.12%
B=35.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481551650.100.0600.35215.298.6361.37
Hex949BA5A6023d793d
Octal2242332451260433271175
Binary10010100100110111010010110101100100011110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,165); }

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

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

 a { background-color: rgb(148,155,165); }

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

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

 span { border-color: rgb(148,155,165); }

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