#9494BA

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

Shades of Logan #9494BA

Tints of Logan #9494BA

Color information

#9494BA (or 0x9494BA) is unknown color: approx Logan. HEX triplet: 94, 94 and BA. RGB value is (148,148,186). Sum of RGB (Red+Green+Blue) = 148+148+186=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #9494BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494BA is #6B6B45. Grayscale: #989898. Windows color (decimal): -7039814 or 12227732. OLE color: 12227732.

HSL color Cylindrical-coordinate representation of color #9494BA: hue angle of 240º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9494BA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148148186-
CMYK0.200.2000.27
HSL240º21.59%65.49%-
HSV(B)240º20.43%72.94%-
XYZ31.6731.0250.77-
YUV152.33147124.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=30.71%
G=30.71%
B=38.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481481860.200.2000.2724021.5965.49
Hex9494BA141401Bf01641
Octal224224272242403336026101
Binary100101001001010010111010101001010001101111110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9494BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9494BA; }

 p { color: rgb(148,148,186); }

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

<style>
 a { background-color: #9494BA; }

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

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

<style>
 span { border-color: #9494BA; }

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

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