#9496CA

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

Shades of Blue Bell #9496CA

Tints of Blue Bell #9496CA

Color information

#9496CA (or 0x9496CA) is unknown color: approx Blue Bell. HEX triplet: 94, 96 and CA. RGB value is (148,150,202). Sum of RGB (Red+Green+Blue) = 148+150+202=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9496CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496CA is #6B6935. Grayscale: #9B9B9B. Windows color (decimal): -7039286 or 13276820. OLE color: 13276820.

HSL color Cylindrical-coordinate representation of color #9496CA: hue angle of 237.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9496CA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148150202-
CMYK0.270.2600.21
HSL237.78º33.75%68.63%-
HSV(B)237.78º26.73%79.22%-
XYZ33.7832.3760.35-
YUV155.33154.34122.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=29.6%
G=30%
B=40.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481502020.270.2600.21237.7833.7568.63
Hex9496CA1B1A015ee2245
Octal224226312333202535642105
Binary1001010010010110110010101101111010010101111011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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