#9B94EA

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

Shades of Blue Bell #9B94EA

Tints of Blue Bell #9B94EA

Color information

#9B94EA (or 0x9B94EA) is unknown color: approx Blue Bell. HEX triplet: 9B, 94 and EA. RGB value is (155,148,234). Sum of RGB (Red+Green+Blue) = 155+148+234=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94EA is #646B15. Grayscale: #9F9F9F. Windows color (decimal): -6581014 or 15373467. OLE color: 15373467.

HSL color Cylindrical-coordinate representation of color #9B94EA: hue angle of 244.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B94EA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155148234-
CMYK0.340.3700.08
HSL244.88º67.19%74.9%-
HSV(B)244.88º36.75%91.76%-
XYZ38.9634.0982.37-
YUV159.9169.82124.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=28.86%
G=27.56%
B=43.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551482340.340.3700.08244.8867.1974.9
Hex9B94EA222508f5434b
Octal2332243524245010365103113
Binary100110111001010011101010100010100101010001111010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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