#9389D0

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

Shades of Blue Bell #9389D0

Tints of Blue Bell #9389D0

Color information

#9389D0 (or 0x9389D0) is unknown color: approx Blue Bell. HEX triplet: 93, 89 and D0. RGB value is (147,137,208). Sum of RGB (Red+Green+Blue) = 147+137+208=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #9389D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389D0 is #6C762F. Grayscale: #939393. Windows color (decimal): -7108144 or 13666707. OLE color: 13666707.

HSL color Cylindrical-coordinate representation of color #9389D0: hue angle of 248.45º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9389D0 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147137208-
CMYK0.290.3400.18
HSL248.45º43.03%67.65%-
HSV(B)248.45º34.13%81.57%-
XYZ32.3628.6563.5-
YUV148.08161.81127.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=29.88%
G=27.85%
B=42.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471372080.290.3400.18248.4543.0367.65
Hex9389D01D22012f82b44
Octal223211320354202237053104
Binary10010011100010011101000011101100010010010111110001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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