#9C9BCC

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

Shades of Blue Bell #9C9BCC

Tints of Blue Bell #9C9BCC

Color information

#9C9BCC (or 0x9C9BCC) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and CC. RGB value is (156,155,204). Sum of RGB (Red+Green+Blue) = 156+155+204=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BCC is #636433. Grayscale: #A0A0A0. Windows color (decimal): -6513716 or 13409180. OLE color: 13409180.

HSL color Cylindrical-coordinate representation of color #9C9BCC: hue angle of 241.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C9BCC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156155204-
CMYK0.240.2400.2
HSL241.22º32.45%70.39%-
HSV(B)241.22º24.02%80%-
XYZ36.3334.8761.94-
YUV160.88152.33124.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=30.29%
G=30.10%
B=39.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561552040.240.2400.2241.2232.4570.39
Hex9C9BCC1818014f12046
Octal234233314303002436140106
Binary1001110010011011110011001100011000010100111100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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