#9394BD

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

Shades of Logan #9394BD

Tints of Logan #9394BD

Color information

#9394BD (or 0x9394BD) is unknown color: approx Logan. HEX triplet: 93, 94 and BD. RGB value is (147,148,189). Sum of RGB (Red+Green+Blue) = 147+148+189=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #9394BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394BD is #6C6B42. Grayscale: #989898. Windows color (decimal): -7105347 or 12424339. OLE color: 12424339.

HSL color Cylindrical-coordinate representation of color #9394BD: hue angle of 238.57º degrees, saturation: 0.24, 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 #9394BD is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147148189-
CMYK0.220.2200.26
HSL238.57º24.14%65.88%-
HSV(B)238.57º22.22%74.12%-
XYZ31.8131.0652.46-
YUV152.37148.67124.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=30.37%
G=30.58%
B=39.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471481890.220.2200.26238.5724.1465.88
Hex9394BD161601Aef1842
Octal223224275262603235730102
Binary100100111001010010111101101101011001101011101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9394BD; }

 p { color: rgb(147,148,189); }

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

<style>
 a { background-color: #9394BD; }

 a { background-color: rgb(147,148,189); }

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

<style>
 span { border-color: #9394BD; }

 span { border-color: rgb(147,148,189); }

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