#9B93EB

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

Shades of Blue Bell #9B93EB

Tints of Blue Bell #9B93EB

Color information

#9B93EB (or 0x9B93EB) is unknown color: approx Blue Bell. HEX triplet: 9B, 93 and EB. RGB value is (155,147,235). Sum of RGB (Red+Green+Blue) = 155+147+235=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B93EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B93EB is #646C14. Grayscale: #9F9F9F. Windows color (decimal): -6581269 or 15438747. OLE color: 15438747.

HSL color Cylindrical-coordinate representation of color #9B93EB: hue angle of 245.45º degrees, saturation: 0.69, 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 #9B93EB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155147235-
CMYK0.340.3700.08
HSL245.45º68.75%74.9%-
HSV(B)245.45º37.45%92.16%-
XYZ38.9533.8383.08-
YUV159.42170.65124.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=28.86%
G=27.37%
B=43.76%

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
Decimal1551472350.340.3700.08245.4568.7574.9
Hex9B93EB222508f5454b
Octal2332233534245010365105113
Binary100110111001001111101011100010100101010001111010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,235); }

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

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

 a { background-color: rgb(155,147,235); }

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

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

 span { border-color: rgb(155,147,235); }

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