#9389CB

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

Shades of Blue Bell #9389CB

Tints of Blue Bell #9389CB

Color information

#9389CB (or 0x9389CB) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and CB. RGB value is (147,137,203). Sum of RGB (Red+Green+Blue) = 147+137+203=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9389CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CB is #6C7634. Grayscale: #939393. Windows color (decimal): -7108149 or 13339027. OLE color: 13339027.

HSL color Cylindrical-coordinate representation of color #9389CB: hue angle of 249.09º degrees, saturation: 0.39, 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 #9389CB is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147137203-
CMYK0.280.3300.20
HSL249.09º38.82%66.67%-
HSV(B)249.09º32.51%79.61%-
XYZ31.7628.4160.31-
YUV147.51159.31127.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=30.18%
G=28.13%
B=41.68%

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
Decimal1471372030.280.3300.20249.0938.8266.67
Hex9389CB1C21014f92743
Octal223211313344102437147103
Binary10010011100010011100101111100100001010100111110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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