#958E90

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

Shades of Venus #958E90

Tints of Venus #958E90

Color information

#958E90 (or 0x958E90) is unknown color: approx Venus. HEX triplet: 95, 8E and 90. RGB value is (149,142,144). Sum of RGB (Red+Green+Blue) = 149+142+144=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 149 - color contains mainly: red. Hex color #958E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E90 is #6A716F. Grayscale: #909090. Windows color (decimal): -6975856 or 9473685. OLE color: 9473685.

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

Color convert

RGB149142144-
CMYK00.050.030.42
HSL342.86º3.2%57.06%-
HSV(B)342.86º4.7%58.43%-
XYZ27.127.7530.31-
YUV144.32127.82131.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=34.25%
G=32.64%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914214400.050.030.42342.863.257.06
Hex958E900532A157339
Octal22521622005352527371
Binary10010101100011101001000001011110101010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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