#957F87

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

Shades of Venus #957F87

Tints of Venus #957F87

Color information

#957F87 (or 0x957F87) is unknown color: approx Venus. HEX triplet: 95, 7F and 87. RGB value is (149,127,135). Sum of RGB (Red+Green+Blue) = 149+127+135=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F87 is #6A8078. Grayscale: #868686. Windows color (decimal): -6979705 or 8880021. OLE color: 8880021.

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

Color convert

RGB149127135-
CMYK00.150.090.42
HSL338.18º9.4%54.12%-
HSV(B)338.18º14.77%58.43%-
XYZ24.3623.3226.14-
YUV134.49128.29138.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=36.25%
G=30.90%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912713500.150.090.42338.189.454.12
Hex957F870F92A152936
Octal22517720701711525221166
Binary100101011111111100001110111110011010101010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957F87; }

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

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

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

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

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

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

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

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