#9293B4

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

Shades of Logan #9293B4

Tints of Logan #9293B4

Color information

#9293B4 (or 0x9293B4) is unknown color: approx Logan. HEX triplet: 92, 93 and B4. RGB value is (146,147,180). Sum of RGB (Red+Green+Blue) = 146+147+180=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #9293B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293B4 is #6D6C4B. Grayscale: #969696. Windows color (decimal): -7171148 or 11834258. OLE color: 11834258.

HSL color Cylindrical-coordinate representation of color #9293B4: hue angle of 238.24º 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 #9293B4 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146147180-
CMYK0.190.1800.29
HSL238.24º18.48%63.92%-
HSV(B)238.24º18.89%70.59%-
XYZ30.5330.2747.41-
YUV150.46144.67124.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=30.87%
G=31.08%
B=38.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461471800.190.1800.29238.2418.4863.92
Hex9293B4131201Dee1240
Octal222223264232203535622100
Binary100100101001001110110100100111001001110111101110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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