#9B97CC

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

Shades of Blue Bell #9B97CC

Tints of Blue Bell #9B97CC

Color information

#9B97CC (or 0x9B97CC) is unknown color: approx Blue Bell. HEX triplet: 9B, 97 and CC. RGB value is (155,151,204). Sum of RGB (Red+Green+Blue) = 155+151+204=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97CC is #646833. Grayscale: #9E9E9E. Windows color (decimal): -6580276 or 13408155. OLE color: 13408155.

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

Color convert

RGB155151204-
CMYK0.240.2600.2
HSL244.53º34.19%69.61%-
HSV(B)244.53º25.98%80%-
XYZ35.4833.4661.72-
YUV158.24153.83125.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 204 (80.08% from 255) = 40%
R=30.39%
G=29.61%
B=40%

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
Decimal1551512040.240.2600.2244.5334.1969.61
Hex9B97CC181A014f52246
Octal233227314303202436542106
Binary1001101110010111110011001100011010010100111101011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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