#9A9BDD

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

Shades of Blue Bell #9A9BDD

Tints of Blue Bell #9A9BDD

Color information

#9A9BDD (or 0x9A9BDD) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and DD. RGB value is (154,155,221). Sum of RGB (Red+Green+Blue) = 154+155+221=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDD is #656422. Grayscale: #A1A1A1. Windows color (decimal): -6644771 or 14523290. OLE color: 14523290.

HSL color Cylindrical-coordinate representation of color #9A9BDD: hue angle of 239.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9BDD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154155221-
CMYK0.300.3000.13
HSL239.1º49.63%73.53%-
HSV(B)239.1º30.32%86.67%-
XYZ38.135.5373.26-
YUV162.23161.17122.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.06%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=29.06%
G=29.25%
B=41.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541552210.300.3000.13239.149.6373.53
Hex9A9BDD1E1E0Def324a
Octal232233335363601535762112
Binary100110101001101111011101111101111001101111011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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