Html Css Color HEX #9389D0 Blue Bell

📋 copy color: '#9389D0'

red 147 ◦ green 137 ◦ blue 208

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

Shades of Blue Bell #9389D0

Tints of Blue Bell #9389D0

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 value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9389D0 (or 0x9389D0) is known color: 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

RGB 147 137 208 -
CMYK 0.29 0.34 0 0.18
HSL 248.45º 0.43% 0.68% -
HSV(B) 248.45º 0.34% 0.82% -
XYZ 32.36 28.65 63.5 -
YUV 148.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 147 137 208 0.29 0.34 0 0.18 248.45 0.43 0.68
Hex 93 89 D0 1D 22 0 12 F8 2B 44
Octal 223 211 320 35 42 0 22 370 53 104
Binary 10010011 10001001 11010000 11101 100010 0 10010 11111000 101011 1000100

Color Harmonies of #9389D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389D0

Black with #9389D0

Text Example


Text Example

White with #9389D0

Text Example


Text Example

HTML Codes & Css Web 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>