#978A8E

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

Shades of Venus #978A8E

Tints of Venus #978A8E

Color information

#978A8E (or 0x978A8E) is unknown color: approx Venus. HEX triplet: 97, 8A and 8E. RGB value is (151,138,142). Sum of RGB (Red+Green+Blue) = 151+138+142=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A8E is #687571. Grayscale: #8E8E8E. Windows color (decimal): -6845810 or 9341591. OLE color: 9341591.

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

Color convert

RGB151138142-
CMYK00.090.060.41
HSL341.54º5.88%56.67%-
HSV(B)341.54º8.61%59.22%-
XYZ26.7326.7129.34-
YUV142.34127.81134.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=35.03%
G=32.02%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113814200.090.060.41341.545.8856.67
Hex978A8E09629156639
Octal227212216011651526671
Binary10010111100010101000111001001110101001101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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