#958AAB

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

Shades of Grey Suit #958AAB

Tints of Grey Suit #958AAB

Color information

#958AAB (or 0x958AAB) is unknown color: approx Grey Suit. HEX triplet: 95, 8A and AB. RGB value is (149,138,171). Sum of RGB (Red+Green+Blue) = 149+138+171=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #958AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAB is #6A7554. Grayscale: #909090. Windows color (decimal): -6976853 or 11242133. OLE color: 11242133.

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

Color convert

RGB149138171-
CMYK0.130.1900.33
HSL260º16.42%60.59%-
HSV(B)260º19.3%67.06%-
XYZ28.8327.5142.32-
YUV145.05142.64130.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=32.53%
G=30.13%
B=37.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491381710.130.1900.3326016.4260.59
Hex958AABD13021104103d
Octal22521225315230414042075
Binary100101011000101010101011110110011010000110000010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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