#9389CA

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

Shades of Blue Bell #9389CA

Tints of Blue Bell #9389CA

Color information

#9389CA (or 0x9389CA) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and CA. RGB value is (147,137,202). Sum of RGB (Red+Green+Blue) = 147+137+202=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9389CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CA is #6C7635. Grayscale: #939393. Windows color (decimal): -7108150 or 13273491. OLE color: 13273491.

HSL color Cylindrical-coordinate representation of color #9389CA: hue angle of 249.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9389CA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147137202-
CMYK0.270.3200.21
HSL249.23º38.01%66.47%-
HSV(B)249.23º32.18%79.22%-
XYZ31.6428.3659.68-
YUV147.4158.81127.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=30.25%
G=28.19%
B=41.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471372020.270.3200.21249.2338.0166.47
Hex9389CA1B20015f92642
Octal223211312334002537146102
Binary10010011100010011100101011011100000010101111110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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