#9A90D9

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

Shades of Blue Bell #9A90D9

Tints of Blue Bell #9A90D9

Color information

#9A90D9 (or 0x9A90D9) is unknown color: approx Blue Bell. HEX triplet: 9A, 90 and D9. RGB value is (154,144,217). Sum of RGB (Red+Green+Blue) = 154+144+217=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A90D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90D9 is #656F26. Grayscale: #9B9B9B. Windows color (decimal): -6647591 or 14258330. OLE color: 14258330.

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

Color convert

RGB154144217-
CMYK0.290.3400.15
HSL248.22º48.99%70.78%-
HSV(B)248.22º33.64%85.1%-
XYZ35.8231.8369.9-
YUV155.31162.81127.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=29.90%
G=27.96%
B=42.14%

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
Decimal1541442170.290.3400.15248.2248.9970.78
Hex9A90D91D220Ff83147
Octal232220331354201737061107
Binary1001101010010000110110011110110001001111111110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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