#9392DC

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

Shades of Blue Bell #9392DC

Tints of Blue Bell #9392DC

Color information

#9392DC (or 0x9392DC) is unknown color: approx Blue Bell. HEX triplet: 93, 92 and DC. RGB value is (147,146,220). Sum of RGB (Red+Green+Blue) = 147+146+220=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #9392DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392DC is #6C6D23. Grayscale: #9A9A9A. Windows color (decimal): -7105828 or 14455443. OLE color: 14455443.

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

Color convert

RGB147146220-
CMYK0.330.3400.14
HSL240.81º51.39%71.76%-
HSV(B)240.81º33.64%86.27%-
XYZ35.2331.9372.02-
YUV154.74164.83122.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=28.65%
G=28.46%
B=42.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471462200.330.3400.14240.8151.3971.76
Hex9392DC21220Ef13348
Octal223222334414201636163110
Binary10010011100100101101110010000110001001110111100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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