#95878C

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

Shades of Venus #95878C

Tints of Venus #95878C

Color information

#95878C (or 0x95878C) is unknown color: approx Venus. HEX triplet: 95, 87 and 8C. RGB value is (149,135,140). Sum of RGB (Red+Green+Blue) = 149+135+140=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878C is #6A7873. Grayscale: #8B8B8B. Windows color (decimal): -6977652 or 9209749. OLE color: 9209749.

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

Color convert

RGB149135140-
CMYK00.090.060.42
HSL338.57º6.19%55.69%-
HSV(B)338.57º9.4%58.43%-
XYZ25.7925.6128.39-
YUV139.76128.14134.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=35.14%
G=31.84%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913514000.090.060.42338.576.1955.69
Hex95878C0962A153638
Octal225207214011652523670
Binary10010101100001111000110001001110101010101010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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