#9B96CC

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

Shades of Blue Bell #9B96CC

Tints of Blue Bell #9B96CC

Color information

#9B96CC (or 0x9B96CC) is unknown color: approx Blue Bell. HEX triplet: 9B, 96 and CC. RGB value is (155,150,204). Sum of RGB (Red+Green+Blue) = 155+150+204=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96CC is #646933. Grayscale: #9D9D9D. Windows color (decimal): -6580532 or 13407899. OLE color: 13407899.

HSL color Cylindrical-coordinate representation of color #9B96CC: hue angle of 245.56º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B96CC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155150204-
CMYK0.240.2600.2
HSL245.56º34.62%69.41%-
HSV(B)245.56º26.47%80%-
XYZ35.3233.1461.66-
YUV157.65154.16126.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=30.45%
G=29.47%
B=40.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551502040.240.2600.2245.5634.6269.41
Hex9B96CC181A014f62345
Octal233226314303202436643105
Binary1001101110010110110011001100011010010100111101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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