#9197BF

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

Shades of Blue Bell #9197BF

Tints of Blue Bell #9197BF

Color information

#9197BF (or 0x9197BF) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and BF. RGB value is (145,151,191). Sum of RGB (Red+Green+Blue) = 145+151+191=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9197BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BF is #6E6840. Grayscale: #999999. Windows color (decimal): -7235649 or 12556177. OLE color: 12556177.

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

Color convert

RGB145151191-
CMYK0.240.2100.25
HSL232.17º26.44%65.88%-
HSV(B)232.17º24.08%74.9%-
XYZ32.1531.9153.76-
YUV153.77149.01121.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 191 (75% from 255) = 39.22%
R=29.77%
G=31.01%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451511910.240.2100.25232.1726.4465.88
Hex9197BF1815019e81a42
Octal221227277302503135032102
Binary100100011001011110111111110001010101100111101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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