Html Css Color HEX #979A98 Edward

📋 copy color: '#979A98'

red 151 ◦ green 154 ◦ blue 152

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

Shades of Edward #979A98

Tints of Edward #979A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 33.04%
G = 33.7%
B = 33.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#979A98 (or 0x979A98) is known color: Edward. HEX triplet: 97, 9A and 98. RGB value is (151,154,152). Sum of RGB (Red+Green+Blue) = 151+154+152=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 154 - color contains mainly: green. Hex color #979A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A98 is #686567. Grayscale: #989898. Windows color (decimal): -6841704 or 10001047. OLE color: 10001047.

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

Color convert

RGB 151 154 152 -
CMYK 0.02 0 0.01 0.40
HSL 140º 0.01% 0.6% -
HSV(B) 140º 0.02% 0.6% -
XYZ 29.99 31.96 34.29 -
YUV 152.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 151 154 152 0.02 0 0.01 0.40 140 0.01 0.6
Hex 97 9A 98 2 0 1 28 8C 1 3C
Octal 227 232 230 2 0 1 50 214 1 74
Binary 10010111 10011010 10011000 10 0 1 101000 10001100 1 111100

Color Harmonies of #979A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A98

Black with #979A98

Text Example


Text Example

White with #979A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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