#9389D7

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

Shades of Blue Bell #9389D7

Tints of Blue Bell #9389D7

Color information

#9389D7 (or 0x9389D7) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and D7. RGB value is (147,137,215). Sum of RGB (Red+Green+Blue) = 147+137+215=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #9389D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389D7 is #6C7628. Grayscale: #949494. Windows color (decimal): -7108137 or 14125459. OLE color: 14125459.

HSL color Cylindrical-coordinate representation of color #9389D7: hue angle of 247.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9389D7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147137215-
CMYK0.320.3600.16
HSL247.69º49.37%69.02%-
HSV(B)247.69º36.28%84.31%-
XYZ33.242968.14-
YUV148.88165.31126.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=29.46%
G=27.45%
B=43.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471372150.320.3600.16247.6949.3769.02
Hex9389D72024010f83145
Octal223211327404402037061105
Binary100100111000100111010111100000100100010000111110001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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