#9392DB

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

Shades of Blue Bell #9392DB

Tints of Blue Bell #9392DB

Color information

#9392DB (or 0x9392DB) is unknown color: approx Blue Bell. HEX triplet: 93, 92 and DB. RGB value is (147,146,219). Sum of RGB (Red+Green+Blue) = 147+146+219=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9392DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392DB is #6C6D24. Grayscale: #9A9A9A. Windows color (decimal): -7105829 or 14389907. OLE color: 14389907.

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

Color convert

RGB147146219-
CMYK0.330.3300.14
HSL240.82º50.34%71.57%-
HSV(B)240.82º33.33%85.88%-
XYZ35.131.8871.32-
YUV154.62164.33122.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=28.71%
G=28.52%
B=42.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471462190.330.3300.14240.8250.3471.57
Hex9392DB21210Ef13248
Octal223222333414101636162110
Binary10010011100100101101101110000110000101110111100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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