#9C9ADA

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

Shades of Blue Bell #9C9ADA

Tints of Blue Bell #9C9ADA

Color information

#9C9ADA (or 0x9C9ADA) is unknown color: approx Blue Bell. HEX triplet: 9C, 9A and DA. RGB value is (156,154,218). Sum of RGB (Red+Green+Blue) = 156+154+218=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADA is #636525. Grayscale: #A1A1A1. Windows color (decimal): -6513958 or 14326428. OLE color: 14326428.

HSL color Cylindrical-coordinate representation of color #9C9ADA: hue angle of 241.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9ADA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156154218-
CMYK0.280.2900.15
HSL241.88º46.38%72.94%-
HSV(B)241.88º29.36%85.49%-
XYZ37.9235.2471.13-
YUV161.89159.66123.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=29.55%
G=29.17%
B=41.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561542180.280.2900.15241.8846.3872.94
Hex9C9ADA1C1D0Ff22e49
Octal234232332343501736256111
Binary100111001001101011011010111001110101111111100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,218); }

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

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

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

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

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

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

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