#9A9DDC

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

Shades of Blue Bell #9A9DDC

Tints of Blue Bell #9A9DDC

Color information

#9A9DDC (or 0x9A9DDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 9D and DC. RGB value is (154,157,220). Sum of RGB (Red+Green+Blue) = 154+157+220=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DDC is #656223. Grayscale: #A3A3A3. Windows color (decimal): -6644260 or 14458266. OLE color: 14458266.

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

Color convert

RGB154157220-
CMYK0.30.2900.14
HSL237.27º48.53%73.33%-
HSV(B)237.27º30%86.27%-
XYZ38.336.1572.67-
YUV163.28160.01121.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=29.00%
G=29.57%
B=41.43%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541572200.30.2900.14237.2748.5373.33
Hex9A9DDC1E1D0Eed3149
Octal232235334363501635561111
Binary100110101001110111011100111101110101110111011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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