#9490BF

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

Shades of Blue Bell #9490BF

Tints of Blue Bell #9490BF

Color information

#9490BF (or 0x9490BF) is unknown color: approx Blue Bell. HEX triplet: 94, 90 and BF. RGB value is (148,144,191). Sum of RGB (Red+Green+Blue) = 148+144+191=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #9490BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490BF is #6B6F40. Grayscale: #969696. Windows color (decimal): -7040833 or 12554388. OLE color: 12554388.

HSL color Cylindrical-coordinate representation of color #9490BF: hue angle of 245.11º 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 #9490BF is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148144191-
CMYK0.230.2500.25
HSL245.11º26.86%65.69%-
HSV(B)245.11º24.61%74.9%-
XYZ31.593053.42-
YUV150.55150.83126.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 191 (75% from 255) = 39.54%
R=30.64%
G=29.81%
B=39.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481441910.230.2500.25245.1126.8665.69
Hex9490BF1719019f51b42
Octal224220277273103136533102
Binary100101001001000010111111101111100101100111110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9490BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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