#958084

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

Shades of Venus #958084

Tints of Venus #958084

Color information

#958084 (or 0x958084) is unknown color: approx Venus. HEX triplet: 95, 80 and 84. RGB value is (149,128,132). Sum of RGB (Red+Green+Blue) = 149+128+132=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958084 is #6A7F7B. Grayscale: #868686. Windows color (decimal): -6979452 or 8683669. OLE color: 8683669.

HSL color Cylindrical-coordinate representation of color #958084: hue angle of 348.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958084 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149128132-
CMYK00.140.110.42
HSL348.57º9.01%54.31%-
HSV(B)348.57º14.09%58.43%-
XYZ24.2823.4925.08-
YUV134.73126.46138.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=36.43%
G=31.30%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912813200.140.110.42348.579.0154.31
Hex9580840EB2A15d936
Octal22520020401613525351166
Binary1001010110000000100001000111010111010101010111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958084; }

 p { color: rgb(149,128,132); }

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

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

 a { background-color: rgb(149,128,132); }

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

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

 span { border-color: rgb(149,128,132); }

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