#9387DA

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

Shades of Blue Bell #9387DA

Tints of Blue Bell #9387DA

Color information

#9387DA (or 0x9387DA) is unknown color: approx Blue Bell. HEX triplet: 93, 87 and DA. RGB value is (147,135,218). Sum of RGB (Red+Green+Blue) = 147+135+218=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9387DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387DA is #6C7825. Grayscale: #939393. Windows color (decimal): -7108646 or 14321555. OLE color: 14321555.

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

Color convert

RGB147135218-
CMYK0.330.3800.15
HSL248.67º52.87%69.22%-
HSV(B)248.67º38.07%85.49%-
XYZ33.3528.5970.09-
YUV148.05167.48127.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=29.4%
G=27%
B=43.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471352180.330.3800.15248.6752.8769.22
Hex9387DA21260Ff93545
Octal223207332414601737165105
Binary10010011100001111101101010000110011001111111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9387DA;
 }
 .AnyTagClassName
 {
   color: #9387DA;
 }
</style>
background-color css

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

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

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

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

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

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