#958FAA

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

Shades of Grey Suit #958FAA

Tints of Grey Suit #958FAA

Color information

#958FAA (or 0x958FAA) is unknown color: approx Grey Suit. HEX triplet: 95, 8F and AA. RGB value is (149,143,170). Sum of RGB (Red+Green+Blue) = 149+143+170=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #958FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAA is #6A7055. Grayscale: #939393. Windows color (decimal): -6975574 or 11177877. OLE color: 11177877.

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

Color convert

RGB149143170-
CMYK0.120.1600.33
HSL253.33º13.71%61.37%-
HSV(B)253.33º15.88%66.67%-
XYZ29.4728.9442.06-
YUV147.87140.49128.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=32.25%
G=30.95%
B=36.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491431700.120.1600.33253.3313.7161.37
Hex958FAAC10021fde3d
Octal22521725214200413751675
Binary1001010110001111101010101100100000100001111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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