#9395BA

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

Shades of Logan #9395BA

Tints of Logan #9395BA

Color information

#9395BA (or 0x9395BA) is unknown color: approx Logan. HEX triplet: 93, 95 and BA. RGB value is (147,149,186). Sum of RGB (Red+Green+Blue) = 147+149+186=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #9395BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BA is #6C6A45. Grayscale: #989898. Windows color (decimal): -7105094 or 12227987. OLE color: 12227987.

HSL color Cylindrical-coordinate representation of color #9395BA: hue angle of 236.92º degrees, saturation: 0.22, 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 #9395BA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147149186-
CMYK0.210.2000.27
HSL236.92º22.03%65.29%-
HSV(B)236.92º20.97%72.94%-
XYZ31.6431.2450.82-
YUV152.62146.84123.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=30.50%
G=30.91%
B=38.59%

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
Decimal1471491860.210.2000.27236.9222.0365.29
Hex9395BA151401Bed1641
Octal223225272252403335526101
Binary100100111001010110111010101011010001101111101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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