#958FAE

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

Shades of Grey Suit #958FAE

Tints of Grey Suit #958FAE

Color information

#958FAE (or 0x958FAE) is unknown color: approx Grey Suit. HEX triplet: 95, 8F and AE. RGB value is (149,143,174). Sum of RGB (Red+Green+Blue) = 149+143+174=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #958FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FAE is #6A7051. Grayscale: #949494. Windows color (decimal): -6975570 or 11440021. OLE color: 11440021.

HSL color Cylindrical-coordinate representation of color #958FAE: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958FAE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149143174-
CMYK0.140.1800.32
HSL251.61º16.06%62.16%-
HSV(B)251.61º17.82%68.24%-
XYZ29.8629.0944.09-
YUV148.33142.49128.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=31.97%
G=30.69%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491431740.140.1800.32251.6116.0662.16
Hex958FAEE12020fc103e
Octal22521725616220403742076
Binary10010101100011111010111011101001001000001111110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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