#9490DE

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

Shades of Blue Bell #9490DE

Tints of Blue Bell #9490DE

Color information

#9490DE (or 0x9490DE) is unknown color: approx Blue Bell. HEX triplet: 94, 90 and DE. RGB value is (148,144,222). Sum of RGB (Red+Green+Blue) = 148+144+222=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #9490DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490DE is #6B6F21. Grayscale: #999999. Windows color (decimal): -7040802 or 14586004. OLE color: 14586004.

HSL color Cylindrical-coordinate representation of color #9490DE: hue angle of 243.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9490DE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148144222-
CMYK0.330.3500.13
HSL243.08º54.17%71.76%-
HSV(B)243.08º35.14%87.06%-
XYZ35.3731.5273.33-
YUV154.09166.33123.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=28.79%
G=28.02%
B=43.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481442220.330.3500.13243.0854.1771.76
Hex9490DE21230Df33648
Octal224220336414301536366110
Binary10010100100100001101111010000110001101101111100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9490DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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