#9395BB

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

Shades of Logan #9395BB

Tints of Logan #9395BB

Color information

#9395BB (or 0x9395BB) is unknown color: approx Logan. HEX triplet: 93, 95 and BB. RGB value is (147,149,187). Sum of RGB (Red+Green+Blue) = 147+149+187=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9395BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BB is #6C6A44. Grayscale: #989898. Windows color (decimal): -7105093 or 12293523. OLE color: 12293523.

HSL color Cylindrical-coordinate representation of color #9395BB: hue angle of 237º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9395BB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147149187-
CMYK0.210.2000.27
HSL237º22.73%65.49%-
HSV(B)237º21.39%73.33%-
XYZ31.7531.2951.38-
YUV152.73147.34123.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=30.43%
G=30.85%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471491870.210.2000.2723722.7365.49
Hex9395BB151401Bed1741
Octal223225273252403335527101
Binary100100111001010110111011101011010001101111101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9395BB; }

 p { color: rgb(147,149,187); }

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

<style>
 a { background-color: #9395BB; }

 a { background-color: rgb(147,149,187); }

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

<style>
 span { border-color: #9395BB; }

 span { border-color: rgb(147,149,187); }

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