#9594B1

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

Shades of Logan #9594B1

Tints of Logan #9594B1

Color information

#9594B1 (or 0x9594B1) is unknown color: approx Logan. HEX triplet: 95, 94 and B1. RGB value is (149,148,177). Sum of RGB (Red+Green+Blue) = 149+148+177=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #9594B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9594B1 is #6A6B4E. Grayscale: #979797. Windows color (decimal): -6974287 or 11637909. OLE color: 11637909.

HSL color Cylindrical-coordinate representation of color #9594B1: hue angle of 242.07º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9594B1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149148177-
CMYK0.160.1600.31
HSL242.07º15.68%63.73%-
HSV(B)242.07º16.38%69.41%-
XYZ30.9230.7445.9-
YUV151.6142.33126.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=31.43%
G=31.22%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491481770.160.1600.31242.0715.6863.73
Hex9594B1101001Ff21040
Octal225224261202003736220100
Binary100101011001010010110001100001000001111111110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9594B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9594B1; }

 p { color: rgb(149,148,177); }

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

<style>
 a { background-color: #9594B1; }

 a { background-color: rgb(149,148,177); }

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

<style>
 span { border-color: #9594B1; }

 span { border-color: rgb(149,148,177); }

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