#958DAA

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

Shades of Grey Suit #958DAA

Tints of Grey Suit #958DAA

Color information

#958DAA (or 0x958DAA) is unknown color: approx Grey Suit. HEX triplet: 95, 8D and AA. RGB value is (149,141,170). Sum of RGB (Red+Green+Blue) = 149+141+170=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #958DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAA is #6A7255. Grayscale: #929292. Windows color (decimal): -6976086 or 11177365. OLE color: 11177365.

HSL color Cylindrical-coordinate representation of color #958DAA: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #958DAA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149141170-
CMYK0.120.1700.33
HSL256.55º14.57%60.98%-
HSV(B)256.55º17.06%66.67%-
XYZ29.1828.3441.96-
YUV146.7141.15129.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=32.39%
G=30.65%
B=36.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491411700.120.1700.33256.5514.5760.98
Hex958DAAC11021101f3d
Octal22521525214210414011775
Binary10010101100011011010101011001000101000011000000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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