#9B94E7

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

Shades of Blue Bell #9B94E7

Tints of Blue Bell #9B94E7

Color information

#9B94E7 (or 0x9B94E7) is unknown color: approx Blue Bell. HEX triplet: 9B, 94 and E7. RGB value is (155,148,231). Sum of RGB (Red+Green+Blue) = 155+148+231=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94E7 is #646B18. Grayscale: #9F9F9F. Windows color (decimal): -6581017 or 15176859. OLE color: 15176859.

HSL color Cylindrical-coordinate representation of color #9B94E7: hue angle of 245.06º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B94E7 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155148231-
CMYK0.330.3600.09
HSL245.06º63.36%74.31%-
HSV(B)245.06º35.93%90.59%-
XYZ38.5333.9280.12-
YUV159.56168.32124.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=29.03%
G=27.72%
B=43.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551482310.330.3600.09245.0663.3674.31
Hex9B94E7212409f53f4a
Octal233224347414401136577112
Binary10011011100101001110011110000110010001001111101011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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