#9396C9

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

Shades of Blue Bell #9396C9

Tints of Blue Bell #9396C9

Color information

#9396C9 (or 0x9396C9) is unknown color: approx Blue Bell. HEX triplet: 93, 96 and C9. RGB value is (147,150,201). Sum of RGB (Red+Green+Blue) = 147+150+201=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #9396C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396C9 is #6C6936. Grayscale: #9A9A9A. Windows color (decimal): -7104823 or 13211283. OLE color: 13211283.

HSL color Cylindrical-coordinate representation of color #9396C9: hue angle of 236.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9396C9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147150201-
CMYK0.270.2500.21
HSL236.67º33.33%68.24%-
HSV(B)236.67º26.87%78.82%-
XYZ33.4832.2359.72-
YUV154.92154.01122.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=29.52%
G=30.12%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471502010.270.2500.21236.6733.3368.24
Hex9396C91B19015ed2144
Octal223226311333102535541104
Binary1001001110010110110010011101111001010101111011011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9396C9; }

 p { color: rgb(147,150,201); }

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

<style>
 a { background-color: #9396C9; }

 a { background-color: rgb(147,150,201); }

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

<style>
 span { border-color: #9396C9; }

 span { border-color: rgb(147,150,201); }

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