#9B90EC

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

Shades of Blue Bell #9B90EC

Tints of Blue Bell #9B90EC

Color information

#9B90EC (or 0x9B90EC) is unknown color: approx Blue Bell. HEX triplet: 9B, 90 and EC. RGB value is (155,144,236). Sum of RGB (Red+Green+Blue) = 155+144+236=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B90EC is #646F13. Grayscale: #9D9D9D. Windows color (decimal): -6582036 or 15503515. OLE color: 15503515.

HSL color Cylindrical-coordinate representation of color #9B90EC: hue angle of 247.17º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B90EC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155144236-
CMYK0.340.3900.07
HSL247.17º70.77%74.51%-
HSV(B)247.17º38.98%92.55%-
XYZ38.6332.9783.68-
YUV157.78172.14126.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=28.97%
G=26.92%
B=44.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551442360.340.3900.07247.1770.7774.51
Hex9B90EC222707f7474b
Octal233220354424707367107113
Binary10011011100100001110110010001010011101111111011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,236); }

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

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

 a { background-color: rgb(155,144,236); }

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

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

 span { border-color: rgb(155,144,236); }

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