#9496D7

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

Shades of Blue Bell #9496D7

Tints of Blue Bell #9496D7

Color information

#9496D7 (or 0x9496D7) is unknown color: approx Blue Bell. HEX triplet: 94, 96 and D7. RGB value is (148,150,215). Sum of RGB (Red+Green+Blue) = 148+150+215=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #9496D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496D7 is #6B6928. Grayscale: #9C9C9C. Windows color (decimal): -7039273 or 14128788. OLE color: 14128788.

HSL color Cylindrical-coordinate representation of color #9496D7: hue angle of 238.21º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9496D7 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148150215-
CMYK0.310.3000.16
HSL238.21º45.58%71.18%-
HSV(B)238.21º31.16%84.31%-
XYZ35.3833.0168.8-
YUV156.81160.84121.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=28.85%
G=29.24%
B=41.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481502150.310.3000.16238.2145.5871.18
Hex9496D71F1E010ee2e47
Octal224226327373602035656107
Binary1001010010010110110101111111111110010000111011101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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