#9397B2

Color #9397B2 Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9397B2

Tints of Logan #9397B2

Color information

#9397B2 (or 0x9397B2) is unknown color: approx Logan. HEX triplet: 93, 97 and B2. RGB value is (147,151,178). Sum of RGB (Red+Green+Blue) = 147+151+178=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #9397B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397B2 is #6C684D. Grayscale: #989898. Windows color (decimal): -7104590 or 11704211. OLE color: 11704211.

HSL color Cylindrical-coordinate representation of color #9397B2: hue angle of 232.26º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9397B2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB147151178-
CMYK0.170.1500.30
HSL232.26º16.76%63.73%-
HSV(B)232.26º17.42%69.8%-
XYZ31.1431.5546.57-
YUV152.88142.17123.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=30.88%
G=31.72%
B=37.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471511780.170.1500.30232.2616.7663.73
Hex9397B211F01Ee81140
Octal223227262211703635021100
Binary10010011100101111011001010001111101111011101000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9397B2; }

 p { color: rgb(147,151,178); }

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

<style>
 a { background-color: #9397B2; }

 a { background-color: rgb(147,151,178); }

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

<style>
 span { border-color: #9397B2; }

 span { border-color: rgb(147,151,178); }

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