Html Css Color HEX #979E99 Edward

📋 copy color: '#979E99'

red 151 ◦ green 158 ◦ blue 153

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

Shades of Edward #979E99

Tints of Edward #979E99

RGB

 RED value IS 151 (59.38% from 255) = 32.68%

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 32.68%
G = 34.2%
B = 33.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#979E99 (or 0x979E99) is known color: Edward. HEX triplet: 97, 9E and 99. RGB value is (151,158,153). Sum of RGB (Red+Green+Blue) = 151+158+153=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 158 - color contains mainly: green. Hex color #979E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979E99 is #686166. Grayscale: #9B9B9B. Windows color (decimal): -6840679 or 10067607. OLE color: 10067607.

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

Color convert

RGB 151 158 153 -
CMYK 0.04 0 0.03 0.38
HSL 137.14º 0.03% 0.61% -
HSV(B) 137.14º 0.04% 0.62% -
XYZ 30.74 33.33 34.95 -
YUV 155.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 151 158 153 0.04 0 0.03 0.38 137.14 0.03 0.61
Hex 97 9E 99 4 0 3 26 89 3 3D
Octal 227 236 231 4 0 3 46 211 3 75
Binary 10010111 10011110 10011001 100 0 11 100110 10001001 11 111101

Color Harmonies of #979E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979E99

Black with #979E99

Text Example


Text Example

White with #979E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,153); }

 H1.HeaderClassName
 {
   color: #979E99;
 }
 .AnyTagClassName
 {
   color: #979E99;
 }
</style>

background-color css

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

 a { background-color: rgb(151,158,153); }

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

border-color css

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

 span { border-color: rgb(151,158,153); }

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