#958E8F

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

Shades of Venus #958E8F

Tints of Venus #958E8F

Color information

#958E8F (or 0x958E8F) is unknown color: approx Venus. HEX triplet: 95, 8E and 8F. RGB value is (149,142,143). Sum of RGB (Red+Green+Blue) = 149+142+143=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 149 - color contains mainly: red. Hex color #958E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E8F is #6A7170. Grayscale: #909090. Windows color (decimal): -6975857 or 9408149. OLE color: 9408149.

HSL color Cylindrical-coordinate representation of color #958E8F: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E8F is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149142143-
CMYK00.050.040.42
HSL351.43º3.2%57.06%-
HSV(B)351.43º4.7%58.43%-
XYZ27.0327.7229.91-
YUV144.21127.32131.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=34.33%
G=32.72%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914214300.050.040.42351.433.257.06
Hex958E8F0542A15f339
Octal22521621705452537371
Binary100101011000111010001111010110010101010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E8F; }

 p { color: rgb(149,142,143); }

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

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

 a { background-color: rgb(149,142,143); }

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

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

 span { border-color: rgb(149,142,143); }

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