#979894

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

Shades of Delta #979894

Tints of Delta #979894

Color information

#979894 (or 0x979894) is unknown color: approx Delta. HEX triplet: 97, 98 and 94. RGB value is (151,152,148). Sum of RGB (Red+Green+Blue) = 151+152+148=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 152 - color contains mainly: green. Hex color #979894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979894 is #68676B. Grayscale: #979797. Windows color (decimal): -6842220 or 9738391. OLE color: 9738391.

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

Color convert

RGB151152148-
CMYK0.0100.030.40
HSL75º1.9%58.82%-
HSV(B)75º2.63%59.61%-
XYZ29.3431.1732.49-
YUV151.24126.17127.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=33.48%
G=33.70%
B=32.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511521480.0100.030.40751.958.82
Hex979894103284b23b
Octal22723022410350113273
Binary1001011110011000100101001011101000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979894; }

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

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

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

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

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

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

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

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