#918CAD

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

Shades of Grey Suit #918CAD

Tints of Grey Suit #918CAD

Color information

#918CAD (or 0x918CAD) is unknown color: approx Grey Suit. HEX triplet: 91, 8C and AD. RGB value is (145,140,173). Sum of RGB (Red+Green+Blue) = 145+140+173=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #918CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918CAD is #6E7352. Grayscale: #919191. Windows color (decimal): -7238483 or 11373713. OLE color: 11373713.

HSL color Cylindrical-coordinate representation of color #918CAD: hue angle of 249.09º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918CAD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145140173-
CMYK0.160.1900.32
HSL249.09º16.75%61.37%-
HSV(B)249.09º19.08%67.84%-
XYZ28.627.7943.39-
YUV145.26143.66127.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=31.66%
G=30.57%
B=37.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451401730.160.1900.32249.0916.7561.37
Hex918CAD1013020f9113d
Octal22121425520230403712175
Binary100100011000110010101101100001001101000001111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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