#9696C9

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

Shades of Blue Bell #9696C9

Tints of Blue Bell #9696C9

Color information

#9696C9 (or 0x9696C9) is unknown color: approx Blue Bell. HEX triplet: 96, 96 and C9. RGB value is (150,150,201). Sum of RGB (Red+Green+Blue) = 150+150+201=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #9696C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696C9 is #696936. Grayscale: #9B9B9B. Windows color (decimal): -6908215 or 13211286. OLE color: 13211286.

HSL color Cylindrical-coordinate representation of color #9696C9: hue angle of 240º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9696C9 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150150201-
CMYK0.250.2500.21
HSL240º32.08%68.82%-
HSV(B)240º25.37%78.82%-
XYZ34.0332.5159.74-
YUV155.81153.5123.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=29.94%
G=29.94%
B=40.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501502010.250.2500.2124032.0868.82
Hex9696C91919015f02045
Octal226226311313102536040105
Binary1001011010010110110010011100111001010101111100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9696C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9696C9; }

 p { color: rgb(150,150,201); }

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

<style>
 a { background-color: #9696C9; }

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

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

<style>
 span { border-color: #9696C9; }

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

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