#9388AC

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

Shades of Grey Suit #9388AC

Tints of Grey Suit #9388AC

Color information

#9388AC (or 0x9388AC) is unknown color: approx Grey Suit. HEX triplet: 93, 88 and AC. RGB value is (147,136,172). Sum of RGB (Red+Green+Blue) = 147+136+172=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #9388AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9388AC is #6C7753. Grayscale: #8F8F8F. Windows color (decimal): -7108436 or 11307155. OLE color: 11307155.

HSL color Cylindrical-coordinate representation of color #9388AC: hue angle of 258.33º 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 #9388AC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147136172-
CMYK0.150.2100.33
HSL258.33º17.82%60.39%-
HSV(B)258.33º20.93%67.45%-
XYZ28.2826.7942.71-
YUV143.39144.14130.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=32.31%
G=29.89%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471361720.150.2100.33258.3317.8260.39
Hex9388ACF15021102123c
Octal22321025417250414022274
Binary100100111000100010101100111110101010000110000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9388AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9388AC; }

 p { color: rgb(147,136,172); }

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

<style>
 a { background-color: #9388AC; }

 a { background-color: rgb(147,136,172); }

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

<style>
 span { border-color: #9388AC; }

 span { border-color: rgb(147,136,172); }

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