#9796CC

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

Shades of Blue Bell #9796CC

Tints of Blue Bell #9796CC

Color information

#9796CC (or 0x9796CC) is unknown color: approx Blue Bell. HEX triplet: 97, 96 and CC. RGB value is (151,150,204). Sum of RGB (Red+Green+Blue) = 151+150+204=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #9796CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9796CC is #686933. Grayscale: #9C9C9C. Windows color (decimal): -6842676 or 13407895. OLE color: 13407895.

HSL color Cylindrical-coordinate representation of color #9796CC: hue angle of 241.11º 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 #9796CC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151150204-
CMYK0.260.2600.2
HSL241.11º34.62%69.41%-
HSV(B)241.11º26.47%80%-
XYZ34.5732.7561.63-
YUV156.46154.83124.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=29.90%
G=29.70%
B=40.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511502040.260.2600.2241.1134.6269.41
Hex9796CC1A1A014f12345
Octal227226314323202436143105
Binary1001011110010110110011001101011010010100111100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9796CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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