#93979C

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

Shades of Grey Chateau #93979C

Tints of Grey Chateau #93979C

Color information

#93979C (or 0x93979C) is unknown color: approx Grey Chateau. HEX triplet: 93, 97 and 9C. RGB value is (147,151,156). Sum of RGB (Red+Green+Blue) = 147+151+156=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #93979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93979C is #6C6863. Grayscale: #969696. Windows color (decimal): -7104612 or 10262419. OLE color: 10262419.

HSL color Cylindrical-coordinate representation of color #93979C: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93979C is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147151156-
CMYK0.060.0300.39
HSL213.33º4.35%59.41%-
HSV(B)213.33º5.77%61.18%-
XYZ29.130.7435.85-
YUV150.37131.17125.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=32.38%
G=33.26%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471511560.060.0300.39213.334.3559.41
Hex93979C63027d543b
Octal22322723463047325473
Binary10010011100101111001110011011010011111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93979C; }

 p { color: rgb(147,151,156); }

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

<style>
 a { background-color: #93979C; }

 a { background-color: rgb(147,151,156); }

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

<style>
 span { border-color: #93979C; }

 span { border-color: rgb(147,151,156); }

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