#958CAE

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

Shades of Grey Suit #958CAE

Tints of Grey Suit #958CAE

Color information

#958CAE (or 0x958CAE) is unknown color: approx Grey Suit. HEX triplet: 95, 8C and AE. RGB value is (149,140,174). Sum of RGB (Red+Green+Blue) = 149+140+174=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #958CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAE is #6A7351. Grayscale: #929292. Windows color (decimal): -6976338 or 11439253. OLE color: 11439253.

HSL color Cylindrical-coordinate representation of color #958CAE: hue angle of 255.88º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958CAE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149140174-
CMYK0.140.2000.32
HSL255.88º17.35%61.57%-
HSV(B)255.88º19.54%68.24%-
XYZ29.4128.243.94-
YUV146.57143.48129.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=32.18%
G=30.24%
B=37.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491401740.140.2000.32255.8817.3561.57
Hex958CAEE14020100113e
Octal22521425616240404002176
Binary100101011000110010101110111010100010000010000000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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