#9990EA

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

Shades of Blue Bell #9990EA

Tints of Blue Bell #9990EA

Color information

#9990EA (or 0x9990EA) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and EA. RGB value is (153,144,234). Sum of RGB (Red+Green+Blue) = 153+144+234=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #9990EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990EA is #666F15. Grayscale: #9C9C9C. Windows color (decimal): -6713110 or 15372441. OLE color: 15372441.

HSL color Cylindrical-coordinate representation of color #9990EA: hue angle of 246º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9990EA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153144234-
CMYK0.350.3800.08
HSL246º68.18%74.12%-
HSV(B)246º38.46%91.76%-
XYZ37.9632.6682.15-
YUV156.95171.48125.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=28.81%
G=27.12%
B=44.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531442340.350.3800.0824668.1874.12
Hex9990EA232608f6444a
Octal2312203524346010366104112
Binary100110011001000011101010100011100110010001111011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9990EA; }

 p { color: rgb(153,144,234); }

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

<style>
 a { background-color: #9990EA; }

 a { background-color: rgb(153,144,234); }

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

<style>
 span { border-color: #9990EA; }

 span { border-color: rgb(153,144,234); }

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