#9597B3

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

Shades of Logan #9597B3

Tints of Logan #9597B3

Color information

#9597B3 (or 0x9597B3) is unknown color: approx Logan. HEX triplet: 95, 97 and B3. RGB value is (149,151,179). Sum of RGB (Red+Green+Blue) = 149+151+179=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #9597B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597B3 is #6A684C. Grayscale: #999999. Windows color (decimal): -6973517 or 11769749. OLE color: 11769749.

HSL color Cylindrical-coordinate representation of color #9597B3: hue angle of 236º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9597B3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149151179-
CMYK0.170.1600.30
HSL236º16.48%64.31%-
HSV(B)236º16.76%70.2%-
XYZ31.631.7847.12-
YUV153.59142.34124.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=31.11%
G=31.52%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491511790.170.1600.3023616.4864.31
Hex9597B3111001Eec1040
Octal225227263212003635420100
Binary100101011001011110110011100011000001111011101100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9597B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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