#9A90DA

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

Shades of Blue Bell #9A90DA

Tints of Blue Bell #9A90DA

Color information

#9A90DA (or 0x9A90DA) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and DA. RGB value is (154,144,218). Sum of RGB (Red+Green+Blue) = 154+144+218=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90DA is #656F25. Grayscale: #9B9B9B. Windows color (decimal): -6647590 or 14323866. OLE color: 14323866.

HSL color Cylindrical-coordinate representation of color #9A90DA: hue angle of 248.11º 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 #9A90DA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154144218-
CMYK0.290.3400.15
HSL248.11º50%70.98%-
HSV(B)248.11º33.94%85.49%-
XYZ35.9531.8870.59-
YUV155.43163.31126.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=29.84%
G=27.91%
B=42.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541442180.290.3400.15248.115070.98
Hex9A90DA1D220Ff83247
Octal232220332354201737062107
Binary1001101010010000110110101110110001001111111110001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A90DA; }

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

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

<style>
 a { background-color: #9A90DA; }

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

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

<style>
 span { border-color: #9A90DA; }

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

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