#9396BE

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

Shades of Blue Bell #9396BE

Tints of Blue Bell #9396BE

Color information

#9396BE (or 0x9396BE) is unknown color: approx Blue Bell. HEX triplet: 93, 96 and BE. RGB value is (147,150,190). Sum of RGB (Red+Green+Blue) = 147+150+190=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9396BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396BE is #6C6941. Grayscale: #999999. Windows color (decimal): -7104834 or 12490387. OLE color: 12490387.

HSL color Cylindrical-coordinate representation of color #9396BE: hue angle of 235.81º 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 #9396BE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147150190-
CMYK0.230.2100.25
HSL235.81º24.86%66.08%-
HSV(B)235.81º22.63%74.51%-
XYZ32.2331.7353.14-
YUV153.66148.51123.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=30.18%
G=30.80%
B=39.01%

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
Decimal1471501900.230.2100.25235.8124.8666.08
Hex9396BE1715019ec1942
Octal223226276272503135431102
Binary100100111001011010111110101111010101100111101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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