Html Css Color HEX #9389D7 Blue Bell

📋 copy color: '#9389D7'

red 147 ◦ green 137 ◦ blue 215

#9389D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9389D7

Tints of Blue Bell #9389D7

RGB

 RED value IS 147 (57.81% from 255) = 29.46%

 GREEN value IS 137 (53.91% from 255) = 27.45%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 29.46%
G = 27.45%
B = 43.09%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9389D7 (or 0x9389D7) is known color: Blue Bell. HEX triplet: 93, 89 and D7. RGB value is (147,137,215). Sum of RGB (Red+Green+Blue) = 147+137+215=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #9389D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389D7 is #6C7628. Grayscale: #949494. Windows color (decimal): -7108137 or 14125459. OLE color: 14125459.

HSL color Cylindrical-coordinate representation of color #9389D7: hue angle of 247.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9389D7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 137 215 -
CMYK 0.32 0.36 0 0.16
HSL 247.69º 0.49% 0.69% -
HSV(B) 247.69º 0.36% 0.84% -
XYZ 33.24 29 68.14 -
YUV 148.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 147 137 215 0.32 0.36 0 0.16 247.69 0.49 0.69
Hex 93 89 D7 20 24 0 10 F8 31 45
Octal 223 211 327 40 44 0 20 370 61 105
Binary 10010011 10001001 11010111 100000 100100 0 10000 11111000 110001 1000101

Color Harmonies of #9389D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389D7

Black with #9389D7

Text Example


Text Example

White with #9389D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9389D7;
 }
 .AnyTagClassName
 {
   color: #9389D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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