#9A9AD9

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

Shades of Blue Bell #9A9AD9

Tints of Blue Bell #9A9AD9

Color information

#9A9AD9 (or 0x9A9AD9) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and D9. RGB value is (154,154,217). Sum of RGB (Red+Green+Blue) = 154+154+217=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A9AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9AD9 is #656526. Grayscale: #A0A0A0. Windows color (decimal): -6645031 or 14260890. OLE color: 14260890.

HSL color Cylindrical-coordinate representation of color #9A9AD9: hue angle of 240º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A9AD9 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154154217-
CMYK0.290.2900.15
HSL240º45.32%72.75%-
HSV(B)240º29.03%85.1%-
XYZ37.4134.9970.43-
YUV161.18159.5122.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=29.33%
G=29.33%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541542170.290.2900.1524045.3272.75
Hex9A9AD91D1D0Ff02d49
Octal232232331353501736055111
Binary100110101001101011011001111011110101111111100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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