#958689

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

Shades of Venus #958689

Tints of Venus #958689

Color information

#958689 (or 0x958689) is unknown color: approx Venus. HEX triplet: 95, 86 and 89. RGB value is (149,134,137). Sum of RGB (Red+Green+Blue) = 149+134+137=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958689 is #6A7976. Grayscale: #8A8A8A. Windows color (decimal): -6977911 or 9012885. OLE color: 9012885.

HSL color Cylindrical-coordinate representation of color #958689: hue angle of 348º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958689 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149134137-
CMYK00.100.080.42
HSL348º6.61%55.49%-
HSV(B)348º10.07%58.43%-
XYZ25.4325.2527.2-
YUV138.83126.97135.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=35.48%
G=31.90%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913413700.100.080.423486.6155.49
Hex9586890A82A15c737
Octal2252062110121052534767
Binary100101011000011010001001010101000101010101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958689; }

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

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

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

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

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

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

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

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