#9A9BDC

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

Shades of Blue Bell #9A9BDC

Tints of Blue Bell #9A9BDC

Color information

#9A9BDC (or 0x9A9BDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and DC. RGB value is (154,155,220). Sum of RGB (Red+Green+Blue) = 154+155+220=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDC is #656423. Grayscale: #A1A1A1. Windows color (decimal): -6644772 or 14457754. OLE color: 14457754.

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

Color convert

RGB154155220-
CMYK0.30.3000.14
HSL239.09º48.53%73.33%-
HSV(B)239.09º30%86.27%-
XYZ37.9735.4872.56-
YUV162.11160.67122.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=29.11%
G=29.30%
B=41.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541552200.30.3000.14239.0948.5373.33
Hex9A9BDC1E1E0Eef3149
Octal232233334363601635761111
Binary100110101001101111011100111101111001110111011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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