#95878D

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

Shades of Venus #95878D

Tints of Venus #95878D

Color information

#95878D (or 0x95878D) is unknown color: approx Venus. HEX triplet: 95, 87 and 8D. RGB value is (149,135,141). Sum of RGB (Red+Green+Blue) = 149+135+141=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #95878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878D is #6A7872. Grayscale: #8B8B8B. Windows color (decimal): -6977651 or 9275285. OLE color: 9275285.

HSL color Cylindrical-coordinate representation of color #95878D: hue angle of 334.29º 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 #95878D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149135141-
CMYK00.090.050.42
HSL334.29º6.19%55.69%-
HSV(B)334.29º9.4%58.43%-
XYZ25.8725.6428.79-
YUV139.87128.64134.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=35.06%
G=31.76%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913514100.090.050.42334.296.1955.69
Hex95878D0952A14e638
Octal225207215011552516670
Binary10010101100001111000110101001101101010101001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95878D; }

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

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

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

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

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

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

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

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