#9C9CDC

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

Shades of Blue Bell #9C9CDC

Tints of Blue Bell #9C9CDC

Color information

#9C9CDC (or 0x9C9CDC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9C and DC. RGB value is (156,156,220). Sum of RGB (Red+Green+Blue) = 156+156+220=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDC is #636323. Grayscale: #A3A3A3. Windows color (decimal): -6513444 or 14458012. OLE color: 14458012.

HSL color Cylindrical-coordinate representation of color #9C9CDC: hue angle of 240º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9CDC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156156220-
CMYK0.290.2900.14
HSL240º47.76%73.73%-
HSV(B)240º29.09%86.27%-
XYZ38.5236.0172.63-
YUV163.3160122.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=29.32%
G=29.32%
B=41.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561562200.290.2900.1424047.7673.73
Hex9C9CDC1D1D0Ef0304a
Octal234234334353501636060112
Binary100111001001110011011100111011110101110111100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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