#9597BA

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

Shades of Logan #9597BA

Tints of Logan #9597BA

Color information

#9597BA (or 0x9597BA) is unknown color: approx Logan. HEX triplet: 95, 97 and BA. RGB value is (149,151,186). Sum of RGB (Red+Green+Blue) = 149+151+186=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9597BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597BA is #6A6845. Grayscale: #9A9A9A. Windows color (decimal): -6973510 or 12228501. OLE color: 12228501.

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

Color convert

RGB149151186-
CMYK0.200.1900.27
HSL236.76º21.14%65.69%-
HSV(B)236.76º19.89%72.94%-
XYZ32.3232.0750.94-
YUV154.39145.84124.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=30.66%
G=31.07%
B=38.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491511860.200.1900.27236.7621.1465.69
Hex9597BA141301Bed1542
Octal225227272242303335525102
Binary100101011001011110111010101001001101101111101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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