#9590BA

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

Shades of Logan #9590BA

Tints of Logan #9590BA

Color information

#9590BA (or 0x9590BA) is unknown color: approx Logan. HEX triplet: 95, 90 and BA. RGB value is (149,144,186). Sum of RGB (Red+Green+Blue) = 149+144+186=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #9590BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590BA is #6A6F45. Grayscale: #969696. Windows color (decimal): -6975302 or 12226709. OLE color: 12226709.

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

Color convert

RGB149144186-
CMYK0.200.2300.27
HSL247.14º23.33%64.71%-
HSV(B)247.14º22.58%72.94%-
XYZ31.2329.8850.58-
YUV150.28148.16127.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=31.11%
G=30.06%
B=38.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491441860.200.2300.27247.1423.3364.71
Hex9590BA141701Bf71741
Octal225220272242703336727101
Binary100101011001000010111010101001011101101111110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9590BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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