#9B94DE

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

Shades of Blue Bell #9B94DE

Tints of Blue Bell #9B94DE

Color information

#9B94DE (or 0x9B94DE) is unknown color: approx Blue Bell. HEX triplet: 9B, 94 and DE. RGB value is (155,148,222). Sum of RGB (Red+Green+Blue) = 155+148+222=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B94DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B94DE is #646B21. Grayscale: #9E9E9E. Windows color (decimal): -6581026 or 14587035. OLE color: 14587035.

HSL color Cylindrical-coordinate representation of color #9B94DE: hue angle of 245.68º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B94DE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155148222-
CMYK0.300.3300.13
HSL245.68º52.86%72.55%-
HSV(B)245.68º33.33%87.06%-
XYZ37.2933.4273.59-
YUV158.53163.82125.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=29.52%
G=28.19%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551482220.300.3300.13245.6852.8672.55
Hex9B94DE1E210Df63549
Octal233224336364101536665111
Binary1001101110010100110111101111010000101101111101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B94DE; }

 p { color: rgb(155,148,222); }

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

<style>
 a { background-color: #9B94DE; }

 a { background-color: rgb(155,148,222); }

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

<style>
 span { border-color: #9B94DE; }

 span { border-color: rgb(155,148,222); }

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