#958789

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

Shades of Venus #958789

Tints of Venus #958789

Color information

#958789 (or 0x958789) is unknown color: approx Venus. HEX triplet: 95, 87 and 89. RGB value is (149,135,137). Sum of RGB (Red+Green+Blue) = 149+135+137=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958789 is #6A7876. Grayscale: #8B8B8B. Windows color (decimal): -6977655 or 9013141. OLE color: 9013141.

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

Color convert

RGB149135137-
CMYK00.090.080.42
HSL351.43º6.19%55.69%-
HSV(B)351.43º9.4%58.43%-
XYZ25.5725.5227.25-
YUV139.41126.64134.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=35.39%
G=32.07%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913513700.090.080.42351.436.1955.69
Hex9587890982A15f638
Octal2252072110111052537670
Binary100101011000011110001001010011000101010101011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958789; }

 p { color: rgb(149,135,137); }

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

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

 a { background-color: rgb(149,135,137); }

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

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

 span { border-color: rgb(149,135,137); }

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