#9B96DB

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

Shades of Blue Bell #9B96DB

Tints of Blue Bell #9B96DB

Color information

#9B96DB (or 0x9B96DB) is unknown color: approx Blue Bell. HEX triplet: 9B, 96 and DB. RGB value is (155,150,219). Sum of RGB (Red+Green+Blue) = 155+150+219=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B96DB is #646924. Grayscale: #9F9F9F. Windows color (decimal): -6580517 or 14390939. OLE color: 14390939.

HSL color Cylindrical-coordinate representation of color #9B96DB: hue angle of 244.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B96DB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155150219-
CMYK0.290.3200.14
HSL244.35º48.94%72.35%-
HSV(B)244.35º31.51%85.88%-
XYZ37.2133.971.6-
YUV159.36161.66124.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=29.58%
G=28.63%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551502190.290.3200.14244.3548.9472.35
Hex9B96DB1D200Ef43148
Octal233226333354001636461110
Binary1001101110010110110110111110110000001110111101001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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