#958EA5

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

Shades of Grey Suit #958EA5

Tints of Grey Suit #958EA5

Color information

#958EA5 (or 0x958EA5) is unknown color: approx Grey Suit. HEX triplet: 95, 8E and A5. RGB value is (149,142,165). Sum of RGB (Red+Green+Blue) = 149+142+165=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #958EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EA5 is #6A715A. Grayscale: #929292. Windows color (decimal): -6975835 or 10849941. OLE color: 10849941.

HSL color Cylindrical-coordinate representation of color #958EA5: hue angle of 258.26º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958EA5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149142165-
CMYK0.100.1400.35
HSL258.26º11.33%60.2%-
HSV(B)258.26º13.94%64.71%-
XYZ28.8628.4539.57-
YUV146.72138.32129.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=32.68%
G=31.14%
B=36.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491421650.100.1400.35258.2611.3360.2
Hex958EA5AE023102b3c
Octal22521624512160434021374
Binary1001010110001110101001011010111001000111000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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