#9397BC

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

Shades of Logan #9397BC

Tints of Logan #9397BC

Color information

#9397BC (or 0x9397BC) is unknown color: approx Logan. HEX triplet: 93, 97 and BC. RGB value is (147,151,188). Sum of RGB (Red+Green+Blue) = 147+151+188=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9397BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397BC is #6C6843. Grayscale: #999999. Windows color (decimal): -7104580 or 12359571. OLE color: 12359571.

HSL color Cylindrical-coordinate representation of color #9397BC: hue angle of 234.15º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9397BC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147151188-
CMYK0.220.2000.26
HSL234.15º23.43%65.69%-
HSV(B)234.15º21.81%73.73%-
XYZ32.1831.9752.05-
YUV154.02147.17122.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=30.25%
G=31.07%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471511880.220.2000.26234.1523.4365.69
Hex9397BC161401Aea1742
Octal223227274262403235227102
Binary100100111001011110111100101101010001101011101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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