#9389C9

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

Shades of Blue Bell #9389C9

Tints of Blue Bell #9389C9

Color information

#9389C9 (or 0x9389C9) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and C9. RGB value is (147,137,201). Sum of RGB (Red+Green+Blue) = 147+137+201=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #9389C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389C9 is #6C7636. Grayscale: #939393. Windows color (decimal): -7108151 or 13207955. OLE color: 13207955.

HSL color Cylindrical-coordinate representation of color #9389C9: hue angle of 249.38º degrees, saturation: 0.37, 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 #9389C9 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147137201-
CMYK0.270.3200.21
HSL249.38º37.21%66.27%-
HSV(B)249.38º31.84%78.82%-
XYZ31.5228.3159.06-
YUV147.29158.31127.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=30.31%
G=28.25%
B=41.44%

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
Decimal1471372010.270.3200.21249.3837.2166.27
Hex9389C91B20015f92542
Octal223211311334002537145102
Binary10010011100010011100100111011100000010101111110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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