Html Css Color HEX #939C96 Edward

📋 copy color: '#939C96'

red 147 ◦ green 156 ◦ blue 150

#939C96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #939C96

Tints of Edward #939C96

RGB

 RED value IS 147 (57.81% from 255) = 32.45%

 GREEN value IS 156 (61.33% from 255) = 34.44%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 32.45%
G = 34.44%
B = 33.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#939C96 (or 0x939C96) is known color: Edward. HEX triplet: 93, 9C and 96. RGB value is (147,156,150). Sum of RGB (Red+Green+Blue) = 147+156+150=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #939C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C96 is #6C6369. Grayscale: #989898. Windows color (decimal): -7103338 or 9870483. OLE color: 9870483.

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

Color convert

RGB 147 156 150 -
CMYK 0.06 0 0.04 0.39
HSL 140º 0.04% 0.59% -
HSV(B) 140º 0.06% 0.61% -
XYZ 29.43 32.18 33.51 -
YUV 152.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 147 156 150 0.06 0 0.04 0.39 140 0.04 0.59
Hex 93 9C 96 6 0 4 27 8C 4 3B
Octal 223 234 226 6 0 4 47 214 4 73
Binary 10010011 10011100 10010110 110 0 100 100111 10001100 100 111011

Color Harmonies of #939C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939C96

Black with #939C96

Text Example


Text Example

White with #939C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #939C96;
 }
 .AnyTagClassName
 {
   color: #939C96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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