#9197BD

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

Shades of Blue Bell #9197BD

Tints of Blue Bell #9197BD

Color information

#9197BD (or 0x9197BD) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and BD. RGB value is (145,151,189). Sum of RGB (Red+Green+Blue) = 145+151+189=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9197BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BD is #6E6842. Grayscale: #999999. Windows color (decimal): -7235651 or 12425105. OLE color: 12425105.

HSL color Cylindrical-coordinate representation of color #9197BD: hue angle of 231.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9197BD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145151189-
CMYK0.230.2000.26
HSL231.82º25%65.49%-
HSV(B)231.82º23.28%74.12%-
XYZ31.9331.8352.6-
YUV153.54148.01121.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=29.90%
G=31.13%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451511890.230.2000.26231.822565.49
Hex9197BD171401Ae81941
Octal221227275272403235031101
Binary100100011001011110111101101111010001101011101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9197BD; }

 p { color: rgb(145,151,189); }

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

<style>
 a { background-color: #9197BD; }

 a { background-color: rgb(145,151,189); }

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

<style>
 span { border-color: #9197BD; }

 span { border-color: rgb(145,151,189); }

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