#9593B3

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

Shades of Logan #9593B3

Tints of Logan #9593B3

Color information

#9593B3 (or 0x9593B3) is unknown color: approx Logan. HEX triplet: 95, 93 and B3. RGB value is (149,147,179). Sum of RGB (Red+Green+Blue) = 149+147+179=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #9593B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593B3 is #6A6C4C. Grayscale: #979797. Windows color (decimal): -6974541 or 11768725. OLE color: 11768725.

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

Color convert

RGB149147179-
CMYK0.170.1800.30
HSL243.75º17.39%63.92%-
HSV(B)243.75º17.88%70.2%-
XYZ30.9630.5146.91-
YUV151.25143.66126.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=31.37%
G=30.95%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491471790.170.1800.30243.7517.3963.92
Hex9593B3111201Ef41140
Octal225223263212203636421100
Binary100101011001001110110011100011001001111011110100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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