#939C97

Color #939C97 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #939C97

Tints of Edward #939C97

Color information

#939C97 (or 0x939C97) is unknown color: approx Edward. HEX triplet: 93, 9C and 97. RGB value is (147,156,151). Sum of RGB (Red+Green+Blue) = 147+156+151=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #939C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C97 is #6C6368. Grayscale: #989898. Windows color (decimal): -7103337 or 9936019. OLE color: 9936019.

HSL color Cylindrical-coordinate representation of color #939C97: hue angle of 146.67º 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 #939C97 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB147156151-
CMYK0.0600.030.39
HSL146.67º4.35%59.41%-
HSV(B)146.67º5.77%61.18%-
XYZ29.5132.2133.94-
YUV152.74127.02123.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561510.0600.030.39146.674.3559.41
Hex939C97603279343b
Octal22323422760347223473
Binary10010011100111001001011111001110011110010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939C97; }

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

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

<style>
 a { background-color: #939C97; }

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

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

<style>
 span { border-color: #939C97; }

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

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