#9389CE

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

Shades of Blue Bell #9389CE

Tints of Blue Bell #9389CE

Color information

#9389CE (or 0x9389CE) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and CE. RGB value is (147,137,206). Sum of RGB (Red+Green+Blue) = 147+137+206=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9389CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CE is #6C7631. Grayscale: #939393. Windows color (decimal): -7108146 or 13535635. OLE color: 13535635.

HSL color Cylindrical-coordinate representation of color #9389CE: hue angle of 248.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9389CE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147137206-
CMYK0.290.3300.19
HSL248.7º41.32%67.25%-
HSV(B)248.7º33.5%80.78%-
XYZ32.1228.5562.21-
YUV147.86160.81127.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=30%
G=27.96%
B=42.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471372060.290.3300.19248.741.3267.25
Hex9389CE1D21013f92943
Octal223211316354102337151103
Binary10010011100010011100111011101100001010011111110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9389CE; }

 p { color: rgb(147,137,206); }

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

<style>
 a { background-color: #9389CE; }

 a { background-color: rgb(147,137,206); }

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

<style>
 span { border-color: #9389CE; }

 span { border-color: rgb(147,137,206); }

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