#9394BE

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

Shades of Blue Bell #9394BE

Tints of Blue Bell #9394BE

Color information

#9394BE (or 0x9394BE) is unknown color: approx Blue Bell. HEX triplet: 93, 94 and BE. RGB value is (147,148,190). Sum of RGB (Red+Green+Blue) = 147+148+190=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9394BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394BE is #6C6B41. Grayscale: #989898. Windows color (decimal): -7105346 or 12489875. OLE color: 12489875.

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

Color convert

RGB147148190-
CMYK0.230.2200.25
HSL238.6º24.86%66.08%-
HSV(B)238.6º22.63%74.51%-
XYZ31.9231.153.04-
YUV152.49149.17124.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=30.31%
G=30.52%
B=39.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471481900.230.2200.25238.624.8666.08
Hex9394BE1716019ef1942
Octal223224276272603135731102
Binary100100111001010010111110101111011001100111101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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