#9288AD

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

Shades of Grey Suit #9288AD

Tints of Grey Suit #9288AD

Color information

#9288AD (or 0x9288AD) is unknown color: approx Grey Suit. HEX triplet: 92, 88 and AD. RGB value is (146,136,173). Sum of RGB (Red+Green+Blue) = 146+136+173=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9288AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9288AD is #6D7752. Grayscale: #8F8F8F. Windows color (decimal): -7173971 or 11372690. OLE color: 11372690.

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

Color convert

RGB146136173-
CMYK0.160.2100.32
HSL256.22º18.41%60.59%-
HSV(B)256.22º21.39%67.84%-
XYZ28.226.7443.21-
YUV143.21144.81129.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=32.09%
G=29.89%
B=38.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461361730.160.2100.32256.2218.4160.59
Hex9288AD1015020100123d
Octal22221025520250404002275
Binary1001001010001000101011011000010101010000010000000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9288AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9288AD; }

 p { color: rgb(146,136,173); }

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

<style>
 a { background-color: #9288AD; }

 a { background-color: rgb(146,136,173); }

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

<style>
 span { border-color: #9288AD; }

 span { border-color: rgb(146,136,173); }

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