#9593B4

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

Shades of Logan #9593B4

Tints of Logan #9593B4

Color information

#9593B4 (or 0x9593B4) is unknown color: approx Logan. HEX triplet: 95, 93 and B4. RGB value is (149,147,180). Sum of RGB (Red+Green+Blue) = 149+147+180=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #9593B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593B4 is #6A6C4B. Grayscale: #979797. Windows color (decimal): -6974540 or 11834261. OLE color: 11834261.

HSL color Cylindrical-coordinate representation of color #9593B4: hue angle of 243.64º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9593B4 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB149147180-
CMYK0.170.1800.29
HSL243.64º18.03%64.12%-
HSV(B)243.64º18.33%70.59%-
XYZ31.0730.5547.44-
YUV151.36144.16126.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=31.30%
G=30.88%
B=37.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491471800.170.1800.29243.6418.0364.12
Hex9593B4111201Df41240
Octal225223264212203536422100
Binary100101011001001110110100100011001001110111110100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9593B4; }

 p { color: rgb(149,147,180); }

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

<style>
 a { background-color: #9593B4; }

 a { background-color: rgb(149,147,180); }

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

<style>
 span { border-color: #9593B4; }

 span { border-color: rgb(149,147,180); }

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