Html Css Color HEX #9389DD Blue Bell

📋 copy color: '#9389DD'

red 147 ◦ green 137 ◦ blue 221

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

Shades of Blue Bell #9389DD

Tints of Blue Bell #9389DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 29.11%
G = 27.13%
B = 43.76%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9389DD (or 0x9389DD) is known color: Blue Bell. HEX triplet: 93, 89 and DD. RGB value is (147,137,221). Sum of RGB (Red+Green+Blue) = 147+137+221=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9389DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389DD is #6C7622. Grayscale: #959595. Windows color (decimal): -7108131 or 14518675. OLE color: 14518675.

HSL color Cylindrical-coordinate representation of color #9389DD: hue angle of 247.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9389DD is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 137 221 -
CMYK 0.33 0.38 0 0.13
HSL 247.14º 0.55% 0.7% -
HSV(B) 247.14º 0.38% 0.87% -
XYZ 34.03 29.31 72.27 -
YUV 149.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 147 137 221 0.33 0.38 0 0.13 247.14 0.55 0.7
Hex 93 89 DD 21 26 0 D F7 37 46
Octal 223 211 335 41 46 0 15 367 67 106
Binary 10010011 10001001 11011101 100001 100110 0 1101 11110111 110111 1000110

Color Harmonies of #9389DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389DD

Black with #9389DD

Text Example


Text Example

White with #9389DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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