#9496BA

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

Shades of Logan #9496BA

Tints of Logan #9496BA

Color information

#9496BA (or 0x9496BA) is unknown color: approx Logan. HEX triplet: 94, 96 and BA. RGB value is (148,150,186). Sum of RGB (Red+Green+Blue) = 148+150+186=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9496BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496BA is #6B6945. Grayscale: #999999. Windows color (decimal): -7039302 or 12228244. OLE color: 12228244.

HSL color Cylindrical-coordinate representation of color #9496BA: hue angle of 236.84º 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 #9496BA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148150186-
CMYK0.200.1900.27
HSL236.84º21.59%65.49%-
HSV(B)236.84º20.43%72.94%-
XYZ31.9831.6550.88-
YUV153.51146.34124.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=30.58%
G=30.99%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481501860.200.1900.27236.8421.5965.49
Hex9496BA141301Bed1641
Octal224226272242303335526101
Binary100101001001011010111010101001001101101111101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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