#9087AB

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

Shades of Grey Suit #9087AB

Tints of Grey Suit #9087AB

Color information

#9087AB (or 0x9087AB) is unknown color: approx Grey Suit. HEX triplet: 90, 87 and AB. RGB value is (144,135,171). Sum of RGB (Red+Green+Blue) = 144+135+171=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9087AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9087AB is #6F7854. Grayscale: #8D8D8D. Windows color (decimal): -7305301 or 11241360. OLE color: 11241360.

HSL color Cylindrical-coordinate representation of color #9087AB: hue angle of 255º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9087AB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144135171-
CMYK0.160.2100.33
HSL255º17.65%60%-
HSV(B)255º21.05%67.06%-
XYZ27.5226.242.13-
YUV141.79144.48129.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 38%
R=32%
G=30%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441351710.160.2100.3325517.6560
Hex9087AB1015021ff123c
Octal22020725320250413772274
Binary100100001000011110101011100001010101000011111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9087AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9087AB; }

 p { color: rgb(144,135,171); }

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

<style>
 a { background-color: #9087AB; }

 a { background-color: rgb(144,135,171); }

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

<style>
 span { border-color: #9087AB; }

 span { border-color: rgb(144,135,171); }

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