#9592BE

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

Shades of Logan #9592BE

Tints of Logan #9592BE

Color information

#9592BE (or 0x9592BE) is unknown color: approx Logan. HEX triplet: 95, 92 and BE. RGB value is (149,146,190). Sum of RGB (Red+Green+Blue) = 149+146+190=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9592BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592BE is #6A6D41. Grayscale: #979797. Windows color (decimal): -6974786 or 12489365. OLE color: 12489365.

HSL color Cylindrical-coordinate representation of color #9592BE: hue angle of 244.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9592BE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149146190-
CMYK0.220.2300.25
HSL244.09º25.29%65.88%-
HSV(B)244.09º23.16%74.51%-
XYZ31.9730.6752.95-
YUV151.91149.49125.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=30.72%
G=30.10%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491461900.220.2300.25244.0925.2965.88
Hex9592BE1617019f41942
Octal225222276262703136431102
Binary100101011001001010111110101101011101100111110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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