#9592B4

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

Shades of Logan #9592B4

Tints of Logan #9592B4

Color information

#9592B4 (or 0x9592B4) is unknown color: approx Logan. HEX triplet: 95, 92 and B4. RGB value is (149,146,180). Sum of RGB (Red+Green+Blue) = 149+146+180=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #9592B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592B4 is #6A6D4B. Grayscale: #969696. Windows color (decimal): -6974796 or 11834005. OLE color: 11834005.

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

Color convert

RGB149146180-
CMYK0.170.1900.29
HSL245.29º18.48%63.92%-
HSV(B)245.29º18.89%70.59%-
XYZ30.9130.2447.39-
YUV150.77144.49126.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=31.37%
G=30.74%
B=37.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491461800.170.1900.29245.2918.4863.92
Hex9592B4111301Df51240
Octal225222264212303536522100
Binary100101011001001010110100100011001101110111110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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