#958CAD

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

Shades of Grey Suit #958CAD

Tints of Grey Suit #958CAD

Color information

#958CAD (or 0x958CAD) is unknown color: approx Grey Suit. HEX triplet: 95, 8C and AD. RGB value is (149,140,173). Sum of RGB (Red+Green+Blue) = 149+140+173=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #958CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAD is #6A7352. Grayscale: #929292. Windows color (decimal): -6976339 or 11373717. OLE color: 11373717.

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

Color convert

RGB149140173-
CMYK0.140.1900.32
HSL256.36º16.75%61.37%-
HSV(B)256.36º19.08%67.84%-
XYZ29.3228.1643.43-
YUV146.45142.98129.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=32.25%
G=30.30%
B=37.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491401730.140.1900.32256.3616.7561.37
Hex958CADE13020100113d
Octal22521425516230404002175
Binary100101011000110010101101111010011010000010000000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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