#9599BA

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

Shades of Logan #9599BA

Tints of Logan #9599BA

Color information

#9599BA (or 0x9599BA) is unknown color: approx Logan. HEX triplet: 95, 99 and BA. RGB value is (149,153,186). Sum of RGB (Red+Green+Blue) = 149+153+186=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #9599BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599BA is #6A6645. Grayscale: #9B9B9B. Windows color (decimal): -6972998 or 12229013. OLE color: 12229013.

HSL color Cylindrical-coordinate representation of color #9599BA: hue angle of 233.51º 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 #9599BA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149153186-
CMYK0.200.1800.27
HSL233.51º21.14%65.69%-
HSV(B)233.51º19.89%72.94%-
XYZ32.6532.7251.05-
YUV155.57145.17123.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=30.53%
G=31.35%
B=38.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491531860.200.1800.27233.5121.1465.69
Hex9599BA141201Bea1542
Octal225231272242203335225102
Binary100101011001100110111010101001001001101111101010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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