#9290BF

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

Shades of Blue Bell #9290BF

Tints of Blue Bell #9290BF

Color information

#9290BF (or 0x9290BF) is unknown color: approx Blue Bell. HEX triplet: 92, 90 and BF. RGB value is (146,144,191). Sum of RGB (Red+Green+Blue) = 146+144+191=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9290BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290BF is #6D6F40. Grayscale: #959595. Windows color (decimal): -7171905 or 12554386. OLE color: 12554386.

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

Color convert

RGB146144191-
CMYK0.240.2500.25
HSL242.55º26.86%65.69%-
HSV(B)242.55º24.61%74.9%-
XYZ31.2329.8253.4-
YUV149.96151.16125.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 191 (75% from 255) = 39.71%
R=30.35%
G=29.94%
B=39.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461441910.240.2500.25242.5526.8665.69
Hex9290BF1819019f31b42
Octal222220277303103136333102
Binary100100101001000010111111110001100101100111110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,144,191); }

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

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

 a { background-color: rgb(146,144,191); }

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

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

 span { border-color: rgb(146,144,191); }

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