#9389DB

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

Shades of Blue Bell #9389DB

Tints of Blue Bell #9389DB

Color information

#9389DB (or 0x9389DB) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and DB. RGB value is (147,137,219). Sum of RGB (Red+Green+Blue) = 147+137+219=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9389DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389DB is #6C7624. Grayscale: #959595. Windows color (decimal): -7108133 or 14387603. OLE color: 14387603.

HSL color Cylindrical-coordinate representation of color #9389DB: hue angle of 247.32º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9389DB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147137219-
CMYK0.330.3700.14
HSL247.32º53.25%69.8%-
HSV(B)247.32º37.44%85.88%-
XYZ33.7629.2170.88-
YUV149.34167.31126.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=29.22%
G=27.24%
B=43.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471372190.330.3700.14247.3253.2569.8
Hex9389DB21250Ef73546
Octal223211333414501636765106
Binary10010011100010011101101110000110010101110111101111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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