Html Css Color HEX #9387DB Blue Bell

📋 copy color: '#9387DB'

red 147 ◦ green 135 ◦ blue 219

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

Shades of Blue Bell #9387DB

Tints of Blue Bell #9387DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.95%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 29.34%
G = 26.95%
B = 43.71%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9387DB (or 0x9387DB) is known color: Blue Bell. HEX triplet: 93, 87 and DB. RGB value is (147,135,219). Sum of RGB (Red+Green+Blue) = 147+135+219=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #9387DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387DB is #6C7824. Grayscale: #939393. Windows color (decimal): -7108645 or 14387091. OLE color: 14387091.

HSL color Cylindrical-coordinate representation of color #9387DB: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9387DB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 135 219 -
CMYK 0.33 0.38 0 0.14
HSL 248.57º 0.54% 0.69% -
HSV(B) 248.57º 0.38% 0.86% -
XYZ 33.48 28.65 70.78 -
YUV 148.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 147 135 219 0.33 0.38 0 0.14 248.57 0.54 0.69
Hex 93 87 DB 21 26 0 E F9 36 45
Octal 223 207 333 41 46 0 16 371 66 105
Binary 10010011 10000111 11011011 100001 100110 0 1110 11111001 110110 1000101

Color Harmonies of #9387DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387DB

Black with #9387DB

Text Example


Text Example

White with #9387DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9387DB; }

 p { color: rgb(147,135,219); }

 H1.HeaderClassName
 {
   color: #9387DB;
 }
 .AnyTagClassName
 {
   color: #9387DB;
 }
</style>

background-color css

<style>
 a { background-color: #9387DB; }

 a { background-color: rgb(147,135,219); }

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

border-color css

<style>
 span { border-color: #9387DB; }

 span { border-color: rgb(147,135,219); }

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