#9A9ADA

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

Shades of Blue Bell #9A9ADA

Tints of Blue Bell #9A9ADA

Color information

#9A9ADA (or 0x9A9ADA) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and DA. RGB value is (154,154,218). Sum of RGB (Red+Green+Blue) = 154+154+218=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ADA is #656525. Grayscale: #A1A1A1. Windows color (decimal): -6645030 or 14326426. OLE color: 14326426.

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

Color convert

RGB154154218-
CMYK0.290.2900.15
HSL240º46.38%72.94%-
HSV(B)240º29.36%85.49%-
XYZ37.5435.0471.12-
YUV161.3160122.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=29.28%
G=29.28%
B=41.44%

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
Decimal1541542180.290.2900.1524046.3872.94
Hex9A9ADA1D1D0Ff02e49
Octal232232332353501736056111
Binary100110101001101011011010111011110101111111100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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