#9497BF

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

Shades of Blue Bell #9497BF

Tints of Blue Bell #9497BF

Color information

#9497BF (or 0x9497BF) is unknown color: approx Blue Bell. HEX triplet: 94, 97 and BF. RGB value is (148,151,191). Sum of RGB (Red+Green+Blue) = 148+151+191=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9497BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497BF is #6B6840. Grayscale: #9A9A9A. Windows color (decimal): -7039041 or 12556180. OLE color: 12556180.

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

Color convert

RGB148151191-
CMYK0.230.2100.25
HSL235.81º25.15%66.47%-
HSV(B)235.81º22.51%74.9%-
XYZ32.6832.1953.78-
YUV154.66148.51123.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 191 (75% from 255) = 38.98%
R=30.20%
G=30.82%
B=38.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481511910.230.2100.25235.8125.1566.47
Hex9497BF1715019ec1942
Octal224227277272503135431102
Binary100101001001011110111111101111010101100111101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9497BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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