#9397BE

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

Shades of Blue Bell #9397BE

Tints of Blue Bell #9397BE

Color information

#9397BE (or 0x9397BE) is unknown color: approx Blue Bell. HEX triplet: 93, 97 and BE. RGB value is (147,151,190). Sum of RGB (Red+Green+Blue) = 147+151+190=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9397BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397BE is #6C6841. Grayscale: #9A9A9A. Windows color (decimal): -7104578 or 12490643. OLE color: 12490643.

HSL color Cylindrical-coordinate representation of color #9397BE: hue angle of 234.42º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9397BE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147151190-
CMYK0.230.2100.25
HSL234.42º24.86%66.08%-
HSV(B)234.42º22.63%74.51%-
XYZ32.3932.0553.19-
YUV154.25148.17122.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=30.12%
G=30.94%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471511900.230.2100.25234.4224.8666.08
Hex9397BE1715019ea1942
Octal223227276272503135231102
Binary100100111001011110111110101111010101100111101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9397BE; }

 p { color: rgb(147,151,190); }

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

<style>
 a { background-color: #9397BE; }

 a { background-color: rgb(147,151,190); }

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

<style>
 span { border-color: #9397BE; }

 span { border-color: rgb(147,151,190); }

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