#949795

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

Shades of Edward #949795

Tints of Edward #949795

Color information

#949795 (or 0x949795) is unknown color: approx Edward. HEX triplet: 94, 97 and 95. RGB value is (148,151,149). Sum of RGB (Red+Green+Blue) = 148+151+149=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 151 - color contains mainly: green. Hex color #949795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949795 is #6B686A. Grayscale: #959595. Windows color (decimal): -7039083 or 9803668. OLE color: 9803668.

HSL color Cylindrical-coordinate representation of color #949795: hue angle of 140º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #949795 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB148151149-
CMYK0.0200.010.41
HSL140º1.42%58.63%-
HSV(B)140º1.99%59.22%-
XYZ28.730.632.83-
YUV149.88127.51126.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=33.04%
G=33.71%
B=33.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511490.0200.010.411401.4258.63
Hex949795201298c13b
Octal22422722520151214173
Binary1001010010010111100101011001101001100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949795; }

 p { color: rgb(148,151,149); }

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

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

 a { background-color: rgb(148,151,149); }

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

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

 span { border-color: rgb(148,151,149); }

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