#9A9ADB

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

Shades of Blue Bell #9A9ADB

Tints of Blue Bell #9A9ADB

Color information

#9A9ADB (or 0x9A9ADB) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and DB. RGB value is (154,154,219). Sum of RGB (Red+Green+Blue) = 154+154+219=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ADB is #656524. Grayscale: #A1A1A1. Windows color (decimal): -6645029 or 14391962. OLE color: 14391962.

HSL color Cylindrical-coordinate representation of color #9A9ADB: hue angle of 240º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9ADB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154154219-
CMYK0.300.3000.14
HSL240º47.45%73.14%-
HSV(B)240º29.68%85.88%-
XYZ37.6735.171.81-
YUV161.41160.5122.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=29.22%
G=29.22%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541542190.300.3000.1424047.4573.14
Hex9A9ADB1E1E0Ef02f49
Octal232232333363601636057111
Binary100110101001101011011011111101111001110111100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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