Html Css Color HEX #979C93 Delta

📋 copy color: '#979C93'

red 151 ◦ green 156 ◦ blue 147

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

Shades of Delta #979C93

Tints of Delta #979C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 33.26%
G = 34.36%
B = 32.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#979C93 (or 0x979C93) is known color: Delta. HEX triplet: 97, 9C and 93. RGB value is (151,156,147). Sum of RGB (Red+Green+Blue) = 151+156+147=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #979C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C93 is #68636C. Grayscale: #999999. Windows color (decimal): -6841197 or 9673879. OLE color: 9673879.

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

Color convert

RGB 151 156 147 -
CMYK 0.03 0 0.06 0.39
HSL 93.33º 0.04% 0.59% -
HSV(B) 93.33º 0.06% 0.61% -
XYZ 29.92 32.46 32.29 -
YUV 153.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 151 156 147 0.03 0 0.06 0.39 93.33 0.04 0.59
Hex 97 9C 93 3 0 6 27 5D 4 3B
Octal 227 234 223 3 0 6 47 135 4 73
Binary 10010111 10011100 10010011 11 0 110 100111 1011101 100 111011

Color Harmonies of #979C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C93

Black with #979C93

Text Example


Text Example

White with #979C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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