#9594BA

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

Shades of Logan #9594BA

Tints of Logan #9594BA

Color information

#9594BA (or 0x9594BA) is unknown color: approx Logan. HEX triplet: 95, 94 and BA. RGB value is (149,148,186). Sum of RGB (Red+Green+Blue) = 149+148+186=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9594BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594BA is #6A6B45. Grayscale: #989898. Windows color (decimal): -6974278 or 12227733. OLE color: 12227733.

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

Color convert

RGB149148186-
CMYK0.200.2000.27
HSL241.58º21.59%65.49%-
HSV(B)241.58º20.43%72.94%-
XYZ31.8531.1150.78-
YUV152.63146.83125.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=30.85%
G=30.64%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491481860.200.2000.27241.5821.5965.49
Hex9594BA141401Bf21641
Octal225224272242403336226101
Binary100101011001010010111010101001010001101111110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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