#958AAA

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

Shades of Grey Suit #958AAA

Tints of Grey Suit #958AAA

Color information

#958AAA (or 0x958AAA) is unknown color: approx Grey Suit. HEX triplet: 95, 8A and AA. RGB value is (149,138,170). Sum of RGB (Red+Green+Blue) = 149+138+170=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #958AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAA is #6A7555. Grayscale: #909090. Windows color (decimal): -6976854 or 11176597. OLE color: 11176597.

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

Color convert

RGB149138170-
CMYK0.120.1900.33
HSL260.62º15.84%60.39%-
HSV(B)260.62º18.82%66.67%-
XYZ28.7427.4741.82-
YUV144.94142.14130.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=32.60%
G=30.20%
B=37.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491381700.120.1900.33260.6215.8460.39
Hex958AAAC13021105103c
Octal22521225214230414052074
Binary100101011000101010101010110010011010000110000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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