#928DAB

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

Shades of Grey Suit #928DAB

Tints of Grey Suit #928DAB

Color information

#928DAB (or 0x928DAB) is unknown color: approx Grey Suit. HEX triplet: 92, 8D and AB. RGB value is (146,141,171). Sum of RGB (Red+Green+Blue) = 146+141+171=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #928DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DAB is #6D7254. Grayscale: #919191. Windows color (decimal): -7172693 or 11242898. OLE color: 11242898.

HSL color Cylindrical-coordinate representation of color #928DAB: hue angle of 250º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928DAB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146141171-
CMYK0.150.1800.33
HSL250º15.15%61.18%-
HSV(B)250º17.54%67.06%-
XYZ28.7328.142.44-
YUV145.92142.16128.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=31.88%
G=30.79%
B=37.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461411710.150.1800.3325015.1561.18
Hex928DABF12021faf3d
Octal22221525317220413721775
Binary1001001010001101101010111111100100100001111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928DAB; }

 p { color: rgb(146,141,171); }

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

<style>
 a { background-color: #928DAB; }

 a { background-color: rgb(146,141,171); }

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

<style>
 span { border-color: #928DAB; }

 span { border-color: rgb(146,141,171); }

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