#9B97DC

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

Shades of Blue Bell #9B97DC

Tints of Blue Bell #9B97DC

Color information

#9B97DC (or 0x9B97DC) is unknown color: approx Blue Bell. HEX triplet: 9B, 97 and DC. RGB value is (155,151,220). Sum of RGB (Red+Green+Blue) = 155+151+220=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97DC is #646823. Grayscale: #9F9F9F. Windows color (decimal): -6580260 or 14456731. OLE color: 14456731.

HSL color Cylindrical-coordinate representation of color #9B97DC: hue angle of 243.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B97DC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155151220-
CMYK0.300.3100.14
HSL243.48º49.64%72.75%-
HSV(B)243.48º31.36%86.27%-
XYZ37.534.2772.35-
YUV160.06161.83124.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=29.47%
G=28.71%
B=41.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551512200.300.3100.14243.4849.6472.75
Hex9B97DC1E1F0Ef33249
Octal233227334363701636362111
Binary100110111001011111011100111101111101110111100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,151,220); }

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

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

 a { background-color: rgb(155,151,220); }

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

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

 span { border-color: rgb(155,151,220); }

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