#9990DA

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

Shades of Blue Bell #9990DA

Tints of Blue Bell #9990DA

Color information

#9990DA (or 0x9990DA) is unknown color: approx Blue Bell. HEX triplet: 99, 90 and DA. RGB value is (153,144,218). Sum of RGB (Red+Green+Blue) = 153+144+218=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #9990DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990DA is #666F25. Grayscale: #9A9A9A. Windows color (decimal): -6713126 or 14323865. OLE color: 14323865.

HSL color Cylindrical-coordinate representation of color #9990DA: hue angle of 247.3º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9990DA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153144218-
CMYK0.300.3400.15
HSL247.3º50%70.98%-
HSV(B)247.3º33.94%85.49%-
XYZ35.7731.7870.58-
YUV155.13163.48126.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=29.71%
G=27.96%
B=42.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531442180.300.3400.15247.35070.98
Hex9990DA1E220Ff73247
Octal231220332364201736762107
Binary1001100110010000110110101111010001001111111101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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