#9A9BD9

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

Shades of Blue Bell #9A9BD9

Tints of Blue Bell #9A9BD9

Color information

#9A9BD9 (or 0x9A9BD9) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and D9. RGB value is (154,155,217). Sum of RGB (Red+Green+Blue) = 154+155+217=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A9BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BD9 is #656426. Grayscale: #A1A1A1. Windows color (decimal): -6644775 or 14261146. OLE color: 14261146.

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

Color convert

RGB154155217-
CMYK0.290.2900.15
HSL239.05º45.32%72.75%-
HSV(B)239.05º29.03%85.1%-
XYZ37.5735.3270.48-
YUV161.77159.17122.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=29.28%
G=29.47%
B=41.25%

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
Decimal1541552170.290.2900.15239.0545.3272.75
Hex9A9BD91D1D0Fef2d49
Octal232233331353501735755111
Binary100110101001101111011001111011110101111111011111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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