#9389CD

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

Shades of Blue Bell #9389CD

Tints of Blue Bell #9389CD

Color information

#9389CD (or 0x9389CD) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and CD. RGB value is (147,137,205). Sum of RGB (Red+Green+Blue) = 147+137+205=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9389CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CD is #6C7632. Grayscale: #939393. Windows color (decimal): -7108147 or 13470099. OLE color: 13470099.

HSL color Cylindrical-coordinate representation of color #9389CD: hue angle of 248.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9389CD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147137205-
CMYK0.280.3300.20
HSL248.82º40.48%67.06%-
HSV(B)248.82º33.17%80.39%-
XYZ3228.561.57-
YUV147.74160.31127.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=30.06%
G=28.02%
B=41.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471372050.280.3300.20248.8240.4867.06
Hex9389CD1C21014f92843
Octal223211315344102437150103
Binary10010011100010011100110111100100001010100111110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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