#978284

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

Shades of Venus #978284

Tints of Venus #978284

Color information

#978284 (or 0x978284) is unknown color: approx Venus. HEX triplet: 97, 82 and 84. RGB value is (151,130,132). Sum of RGB (Red+Green+Blue) = 151+130+132=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978284 is #687D7B. Grayscale: #888888. Windows color (decimal): -6847868 or 8684183. OLE color: 8684183.

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

Color convert

RGB151130132-
CMYK00.140.130.41
HSL354.29º9.17%55.1%-
HSV(B)354.29º13.91%59.22%-
XYZ24.9124.2125.19-
YUV136.51125.46138.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=36.56%
G=31.48%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113013200.140.130.41354.299.1755.1
Hex9782840ED29162937
Octal22720220401615515421167
Binary1001011110000010100001000111011011010011011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978284; }

 p { color: rgb(151,130,132); }

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

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

 a { background-color: rgb(151,130,132); }

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

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

 span { border-color: rgb(151,130,132); }

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