#918DAD

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

Shades of Grey Suit #918DAD

Tints of Grey Suit #918DAD

Color information

#918DAD (or 0x918DAD) is unknown color: approx Grey Suit. HEX triplet: 91, 8D and AD. RGB value is (145,141,173). Sum of RGB (Red+Green+Blue) = 145+141+173=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #918DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918DAD is #6E7252. Grayscale: #919191. Windows color (decimal): -7238227 or 11373969. OLE color: 11373969.

HSL color Cylindrical-coordinate representation of color #918DAD: hue angle of 247.5º 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 #918DAD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145141173-
CMYK0.160.1800.32
HSL247.5º16.33%61.57%-
HSV(B)247.5º18.5%67.84%-
XYZ28.7428.0943.44-
YUV145.84143.33127.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=31.59%
G=30.72%
B=37.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451411730.160.1800.32247.516.3361.57
Hex918DAD1012020f8103e
Octal22121525520220403702076
Binary100100011000110110101101100001001001000001111100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,173); }

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

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

 a { background-color: rgb(145,141,173); }

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

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

 span { border-color: rgb(145,141,173); }

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