#9396BF

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

Shades of Blue Bell #9396BF

Tints of Blue Bell #9396BF

Color information

#9396BF (or 0x9396BF) is unknown color: approx Blue Bell. HEX triplet: 93, 96 and BF. RGB value is (147,150,191). Sum of RGB (Red+Green+Blue) = 147+150+191=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9396BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396BF is #6C6940. Grayscale: #999999. Windows color (decimal): -7104833 or 12555923. OLE color: 12555923.

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

Color convert

RGB147150191-
CMYK0.230.2100.25
HSL235.91º25.58%66.27%-
HSV(B)235.91º23.04%74.9%-
XYZ32.3431.7853.72-
YUV153.78149.01123.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 191 (75% from 255) = 39.14%
R=30.12%
G=30.74%
B=39.14%

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
Decimal1471501910.230.2100.25235.9125.5866.27
Hex9396BF1715019ec1a42
Octal223226277272503135432102
Binary100100111001011010111111101111010101100111101100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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