#9C9BDE

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

Shades of Blue Bell #9C9BDE

Tints of Blue Bell #9C9BDE

Color information

#9C9BDE (or 0x9C9BDE) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and DE. RGB value is (156,155,222). Sum of RGB (Red+Green+Blue) = 156+155+222=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BDE is #636421. Grayscale: #A2A2A2. Windows color (decimal): -6513698 or 14588828. OLE color: 14588828.

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

Color convert

RGB156155222-
CMYK0.300.3000.13
HSL240.9º50.38%73.92%-
HSV(B)240.9º30.18%87.06%-
XYZ38.6235.7873.98-
YUV162.94161.33123.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=29.27%
G=29.08%
B=41.65%

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
Decimal1561552220.300.3000.13240.950.3873.92
Hex9C9BDE1E1E0Df1324a
Octal234233336363601536162112
Binary100111001001101111011110111101111001101111100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,222); }

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

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

 a { background-color: rgb(156,155,222); }

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

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

 span { border-color: rgb(156,155,222); }

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