#9387DB

Color #9387DB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9387DB

Tints of Blue Bell #9387DB

Color information

#9387DB (or 0x9387DB) is unknown color: approx 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

RGB147135219-
CMYK0.330.3800.14
HSL248.57º53.85%69.41%-
HSV(B)248.57º38.36%85.88%-
XYZ33.4828.6570.78-
YUV148.16167.98127.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471352190.330.3800.14248.5753.8569.41
Hex9387DB21260Ef93645
Octal223207333414601637166105
Binary10010011100001111101101110000110011001110111110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>