#979B98

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

Shades of Edward #979B98

Tints of Edward #979B98

Color information

#979B98 (or 0x979B98) is unknown color: approx Edward. HEX triplet: 97, 9B and 98. RGB value is (151,155,152). Sum of RGB (Red+Green+Blue) = 151+155+152=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 155 - color contains mainly: green. Hex color #979B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B98 is #686467. Grayscale: #999999. Windows color (decimal): -6841448 or 10001303. OLE color: 10001303.

HSL color Cylindrical-coordinate representation of color #979B98: hue angle of 135º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979B98 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB151155152-
CMYK0.0300.020.39
HSL135º1.96%60%-
HSV(B)135º2.58%60.78%-
XYZ30.1532.2934.35-
YUV153.46127.17126.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=32.97%
G=33.84%
B=33.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551520.0300.020.391351.9660
Hex979B98302278723c
Octal22723323030247207274
Binary100101111001101110011000110101001111000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B98; }

 p { color: rgb(151,155,152); }

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

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

 a { background-color: rgb(151,155,152); }

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

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

 span { border-color: rgb(151,155,152); }

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