#9B96DD

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

Shades of Blue Bell #9B96DD

Tints of Blue Bell #9B96DD

Color information

#9B96DD (or 0x9B96DD) is unknown color: approx Blue Bell. HEX triplet: 9B, 96 and DD. RGB value is (155,150,221). Sum of RGB (Red+Green+Blue) = 155+150+221=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96DD is #646922. Grayscale: #9F9F9F. Windows color (decimal): -6580515 or 14522011. OLE color: 14522011.

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

Color convert

RGB155150221-
CMYK0.300.3200.13
HSL244.23º51.08%72.75%-
HSV(B)244.23º32.13%86.67%-
XYZ37.483472.99-
YUV159.59162.66124.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=29.47%
G=28.52%
B=42.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551502210.300.3200.13244.2351.0872.75
Hex9B96DD1E200Df43349
Octal233226335364001536463111
Binary1001101110010110110111011111010000001101111101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,150,221); }

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

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

 a { background-color: rgb(155,150,221); }

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

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

 span { border-color: rgb(155,150,221); }

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