#978E8C

Color #978E8C Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #978E8C

Tints of Suva Grey #978E8C

Color information

#978E8C (or 0x978E8C) is unknown color: approx Suva Grey. HEX triplet: 97, 8E and 8C. RGB value is (151,142,140). Sum of RGB (Red+Green+Blue) = 151+142+140=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #978E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E8C is #687173. Grayscale: #909090. Windows color (decimal): -6844788 or 9211543. OLE color: 9211543.

HSL color Cylindrical-coordinate representation of color #978E8C: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #978E8C is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151142140-
CMYK00.060.070.41
HSL10.91º5.02%57.06%-
HSV(B)10.91º7.28%59.22%-
XYZ27.1727.8228.75-
YUV144.46125.48132.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=34.87%
G=32.79%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114214000.060.070.4110.915.0257.06
Hex978E8C06729b539
Octal2272162140675113571
Binary10010111100011101000110001101111010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E8C; }

 p { color: rgb(151,142,140); }

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

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

 a { background-color: rgb(151,142,140); }

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

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

 span { border-color: rgb(151,142,140); }

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