#9A9BDA

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

Shades of Blue Bell #9A9BDA

Tints of Blue Bell #9A9BDA

Color information

#9A9BDA (or 0x9A9BDA) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and DA. RGB value is (154,155,218). Sum of RGB (Red+Green+Blue) = 154+155+218=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDA is #656425. Grayscale: #A1A1A1. Windows color (decimal): -6644774 or 14326682. OLE color: 14326682.

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

Color convert

RGB154155218-
CMYK0.290.2900.15
HSL239.06º46.38%72.94%-
HSV(B)239.06º29.36%85.49%-
XYZ37.735.3771.17-
YUV161.88159.67122.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=29.22%
G=29.41%
B=41.37%

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
Decimal1541552180.290.2900.15239.0646.3872.94
Hex9A9BDA1D1D0Fef2e49
Octal232233332353501735756111
Binary100110101001101111011010111011110101111111011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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