#9496C7

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

Shades of Blue Bell #9496C7

Tints of Blue Bell #9496C7

Color information

#9496C7 (or 0x9496C7) is unknown color: approx Blue Bell. HEX triplet: 94, 96 and C7. RGB value is (148,150,199). Sum of RGB (Red+Green+Blue) = 148+150+199=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #9496C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496C7 is #6B6938. Grayscale: #9A9A9A. Windows color (decimal): -7039289 or 13080212. OLE color: 13080212.

HSL color Cylindrical-coordinate representation of color #9496C7: hue angle of 237.65º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9496C7 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148150199-
CMYK0.260.2500.22
HSL237.65º31.29%68.04%-
HSV(B)237.65º25.63%78.04%-
XYZ33.4332.2358.49-
YUV154.99152.84123.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=29.78%
G=30.18%
B=40.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481501990.260.2500.22237.6531.2968.04
Hex9496C71A19016ee1f44
Octal224226307323102635637104
Binary100101001001011011000111110101100101011011101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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