#9197BE

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

Shades of Blue Bell #9197BE

Tints of Blue Bell #9197BE

Color information

#9197BE (or 0x9197BE) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and BE. RGB value is (145,151,190). Sum of RGB (Red+Green+Blue) = 145+151+190=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9197BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BE is #6E6841. Grayscale: #999999. Windows color (decimal): -7235650 or 12490641. OLE color: 12490641.

HSL color Cylindrical-coordinate representation of color #9197BE: hue angle of 232º 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 #9197BE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145151190-
CMYK0.240.2100.25
HSL232º25.71%65.69%-
HSV(B)232º23.68%74.51%-
XYZ32.0431.8753.18-
YUV153.65148.51121.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=29.84%
G=31.07%
B=39.09%

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
Decimal1451511900.240.2100.2523225.7165.69
Hex9197BE1815019e81a42
Octal221227276302503135032102
Binary100100011001011110111110110001010101100111101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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