#9990EB

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

Shades of Blue Bell #9990EB

Tints of Blue Bell #9990EB

Color information

#9990EB (or 0x9990EB) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and EB. RGB value is (153,144,235). Sum of RGB (Red+Green+Blue) = 153+144+235=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #9990EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990EB is #666F14. Grayscale: #9C9C9C. Windows color (decimal): -6713109 or 15437977. OLE color: 15437977.

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

Color convert

RGB153144235-
CMYK0.350.3900.08
HSL245.93º69.47%74.31%-
HSV(B)245.93º38.72%92.16%-
XYZ38.1132.7282.9-
YUV157.06171.98125.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=28.76%
G=27.07%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531442350.350.3900.08245.9369.4774.31
Hex9990EB232708f6454a
Octal2312203534347010366105112
Binary100110011001000011101011100011100111010001111011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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