Html Css Color HEX #9389CE Blue Bell

📋 copy color: '#9389CE'

red 147 ◦ green 137 ◦ blue 206

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

Shades of Blue Bell #9389CE

Tints of Blue Bell #9389CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 30%
G = 27.96%
B = 42.04%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9389CE (or 0x9389CE) is known color: Blue Bell. HEX triplet: 93, 89 and CE. RGB value is (147,137,206). Sum of RGB (Red+Green+Blue) = 147+137+206=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9389CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389CE is #6C7631. Grayscale: #939393. Windows color (decimal): -7108146 or 13535635. OLE color: 13535635.

HSL color Cylindrical-coordinate representation of color #9389CE: hue angle of 248.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9389CE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 137 206 -
CMYK 0.29 0.33 0 0.19
HSL 248.7º 0.41% 0.67% -
HSV(B) 248.7º 0.33% 0.81% -
XYZ 32.12 28.55 62.21 -
YUV 147.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 147 137 206 0.29 0.33 0 0.19 248.7 0.41 0.67
Hex 93 89 CE 1D 21 0 13 F9 29 43
Octal 223 211 316 35 41 0 23 371 51 103
Binary 10010011 10001001 11001110 11101 100001 0 10011 11111001 101001 1000011

Color Harmonies of #9389CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389CE

Black with #9389CE

Text Example


Text Example

White with #9389CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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