#918EA5

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

Shades of Grey Suit #918EA5

Tints of Grey Suit #918EA5

Color information

#918EA5 (or 0x918EA5) is unknown color: approx Grey Suit. HEX triplet: 91, 8E and A5. RGB value is (145,142,165). Sum of RGB (Red+Green+Blue) = 145+142+165=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 165 - color contains mainly: blue. Hex color #918EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918EA5 is #6E715A. Grayscale: #919191. Windows color (decimal): -7237979 or 10849937. OLE color: 10849937.

HSL color Cylindrical-coordinate representation of color #918EA5: hue angle of 247.83º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918EA5 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB145142165-
CMYK0.120.1400.35
HSL247.83º11.33%60.2%-
HSV(B)247.83º13.94%64.71%-
XYZ28.1428.0839.53-
YUV145.52138.99127.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.08%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=32.08%
G=31.42%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451421650.120.1400.35247.8311.3360.2
Hex918EA5CE023f8b3c
Octal22121624514160433701374
Binary100100011000111010100101110011100100011111110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918EA5; }

 p { color: rgb(145,142,165); }

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

<style>
 a { background-color: #918EA5; }

 a { background-color: rgb(145,142,165); }

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

<style>
 span { border-color: #918EA5; }

 span { border-color: rgb(145,142,165); }

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