#9496CE

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

Shades of Blue Bell #9496CE

Tints of Blue Bell #9496CE

Color information

#9496CE (or 0x9496CE) is unknown color: approx Blue Bell. HEX triplet: 94, 96 and CE. RGB value is (148,150,206). Sum of RGB (Red+Green+Blue) = 148+150+206=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9496CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496CE is #6B6931. Grayscale: #9B9B9B. Windows color (decimal): -7039282 or 13538964. OLE color: 13538964.

HSL color Cylindrical-coordinate representation of color #9496CE: hue angle of 237.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9496CE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148150206-
CMYK0.280.2700.19
HSL237.93º37.18%69.41%-
HSV(B)237.93º28.16%80.78%-
XYZ34.2632.5662.87-
YUV155.79156.34122.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=29.37%
G=29.76%
B=40.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481502060.280.2700.19237.9337.1869.41
Hex9496CE1C1B013ee2545
Octal224226316343302335645105
Binary1001010010010110110011101110011011010011111011101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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