#9796BF

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

Shades of Blue Bell #9796BF

Tints of Blue Bell #9796BF

Color information

#9796BF (or 0x9796BF) is unknown color: approx Blue Bell. HEX triplet: 97, 96 and BF. RGB value is (151,150,191). Sum of RGB (Red+Green+Blue) = 151+150+191=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #9796BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796BF is #686940. Grayscale: #9A9A9A. Windows color (decimal): -6842689 or 12555927. OLE color: 12555927.

HSL color Cylindrical-coordinate representation of color #9796BF: hue angle of 241.46º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9796BF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151150191-
CMYK0.210.2100.25
HSL241.46º24.26%66.86%-
HSV(B)241.46º21.47%74.9%-
XYZ33.0732.1553.75-
YUV154.97148.33125.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 191 (75% from 255) = 38.82%
R=30.69%
G=30.49%
B=38.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511501910.210.2100.25241.4624.2666.86
Hex9796BF1515019f11843
Octal227226277252503136130103
Binary100101111001011010111111101011010101100111110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9796BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9796BF; }

 p { color: rgb(151,150,191); }

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

<style>
 a { background-color: #9796BF; }

 a { background-color: rgb(151,150,191); }

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

<style>
 span { border-color: #9796BF; }

 span { border-color: rgb(151,150,191); }

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