#958DAD

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

Shades of Grey Suit #958DAD

Tints of Grey Suit #958DAD

Color information

#958DAD (or 0x958DAD) is unknown color: approx Grey Suit. HEX triplet: 95, 8D and AD. RGB value is (149,141,173). Sum of RGB (Red+Green+Blue) = 149+141+173=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #958DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAD is #6A7252. Grayscale: #929292. Windows color (decimal): -6976083 or 11373973. OLE color: 11373973.

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

Color convert

RGB149141173-
CMYK0.140.1800.32
HSL255º16.33%61.57%-
HSV(B)255º18.5%67.84%-
XYZ29.4628.4643.47-
YUV147.04142.65129.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=32.18%
G=30.45%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491411730.140.1800.3225516.3361.57
Hex958DADE12020ff103e
Octal22521525516220403772076
Binary10010101100011011010110111101001001000001111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,173); }

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

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

 a { background-color: rgb(149,141,173); }

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

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

 span { border-color: rgb(149,141,173); }

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