#958DAB

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

Shades of Grey Suit #958DAB

Tints of Grey Suit #958DAB

Color information

#958DAB (or 0x958DAB) is unknown color: approx Grey Suit. HEX triplet: 95, 8D and AB. RGB value is (149,141,171). Sum of RGB (Red+Green+Blue) = 149+141+171=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #958DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAB is #6A7254. Grayscale: #929292. Windows color (decimal): -6976085 or 11242901. OLE color: 11242901.

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

Color convert

RGB149141171-
CMYK0.130.1800.33
HSL256º15.15%61.18%-
HSV(B)256º17.54%67.06%-
XYZ29.2728.3842.46-
YUV146.81141.65129.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=32.32%
G=30.59%
B=37.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491411710.130.1800.3325615.1561.18
Hex958DABD12021100f3d
Octal22521525315220414001775
Binary10010101100011011010101111011001001000011000000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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