#9C9CDF

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

Shades of Blue Bell #9C9CDF

Tints of Blue Bell #9C9CDF

Color information

#9C9CDF (or 0x9C9CDF) is unknown color: approx Blue Bell. HEX triplet: 9C, 9C and DF. RGB value is (156,156,223). Sum of RGB (Red+Green+Blue) = 156+156+223=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDF is #636320. Grayscale: #A3A3A3. Windows color (decimal): -6513441 or 14654620. OLE color: 14654620.

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

Color convert

RGB156156223-
CMYK0.300.3000.13
HSL240º51.15%74.31%-
HSV(B)240º30.04%87.45%-
XYZ38.9236.1774.74-
YUV163.64161.5122.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.16%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=29.16%
G=29.16%
B=41.68%

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
Decimal1561562230.300.3000.1324051.1574.31
Hex9C9CDF1E1E0Df0334a
Octal234234337363601536063112
Binary100111001001110011011111111101111001101111100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,156,223); }

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

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

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

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

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

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

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