#9196CC

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

Shades of Blue Bell #9196CC

Tints of Blue Bell #9196CC

Color information

#9196CC (or 0x9196CC) is unknown color: approx Blue Bell. HEX triplet: 91, 96 and CC. RGB value is (145,150,204). Sum of RGB (Red+Green+Blue) = 145+150+204=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9196CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196CC is #6E6933. Grayscale: #9A9A9A. Windows color (decimal): -7235892 or 13407889. OLE color: 13407889.

HSL color Cylindrical-coordinate representation of color #9196CC: hue angle of 234.92º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9196CC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145150204-
CMYK0.290.2600.2
HSL234.92º36.65%68.43%-
HSV(B)234.92º28.92%80%-
XYZ33.4832.1961.58-
YUV154.66155.84121.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.06%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=29.06%
G=30.06%
B=40.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451502040.290.2600.2234.9236.6568.43
Hex9196CC1D1A014eb2544
Octal221226314353202435345104
Binary1001000110010110110011001110111010010100111010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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