#9A9DDB

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

Shades of Blue Bell #9A9DDB

Tints of Blue Bell #9A9DDB

Color information

#9A9DDB (or 0x9A9DDB) is unknown color: approx Blue Bell. HEX triplet: 9A, 9D and DB. RGB value is (154,157,219). Sum of RGB (Red+Green+Blue) = 154+157+219=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DDB is #656224. Grayscale: #A2A2A2. Windows color (decimal): -6644261 or 14392730. OLE color: 14392730.

HSL color Cylindrical-coordinate representation of color #9A9DDB: hue angle of 237.23º 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 #9A9DDB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154157219-
CMYK0.300.2800.14
HSL237.23º47.45%73.14%-
HSV(B)237.23º29.68%85.88%-
XYZ38.1736.171.97-
YUV163.17159.51121.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=29.06%
G=29.62%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541572190.300.2800.14237.2347.4573.14
Hex9A9DDB1E1C0Eed2f49
Octal232235333363401635557111
Binary100110101001110111011011111101110001110111011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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